Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
6abe633e
Commit
6abe633e
authored
Apr 08, 2015
by
Marc Duez
Browse files
Merge branch 'master' of
git+ssh://scm.gforge.inria.fr//gitroot/vidjil/vidjil
parents
7c93a665
277a6a8a
Changes
2
Hide whitespace changes
Inline
Side-by-side
algo/core/fasta.cpp
View file @
6abe633e
...
...
@@ -303,6 +303,8 @@ int nb_sequences_in_fasta(string f, bool approx)
}
cout
<<
" ==> "
<<
nb_sequences
<<
" sequences"
<<
endl
;
delete
sequences
;
return
nb_sequences
;
}
...
...
@@ -332,6 +334,5 @@ int approx_nb_sequences_in_fasta(string f)
cout
<<
nb_sequences
<<
" sequences"
<<
endl
;
delete
sequences
;
return
nb_sequences
;
}
browser/test/test_browser.rb
View file @
6abe633e
...
...
@@ -114,7 +114,7 @@ class Browser < MiniTest::Test
table
=
$b
.
div
(
:id
=>
'info_timepoint'
).
table
assert
(
table
[
1
][
1
].
text
==
'786861'
),
"Incorrect number of reads in infopoint"
assert
(
table
[
2
][
1
].
text
.
include?
'742377'
),
"Incorrect number of reads in infopoint"
$b
.
div
(
:
id
=>
'data-container'
).
span
(
:class
=>
'closeButton'
).
click
$b
.
div
(
:
class
=>
'data-container'
).
span
(
:class
=>
'closeButton'
).
click
assert
(
not
$b
.
div
(
:id
=>
'info_timepoint'
).
present?
),
"Info timepoint should not be present"
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment