Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
7c479e01
Commit
7c479e01
authored
Sep 22, 2017
by
BibloLeHibou
Browse files
clone export : update functionnal test after bug correction (link to
#2628
)
parent
c0dc8c3c
Pipeline
#6968
passed with stages
in 2 minutes and 28 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
browser/test/functional/test_multilocus.rb
View file @
7c479e01
...
@@ -294,7 +294,7 @@ class TestMultilocus < BrowserTest
...
@@ -294,7 +294,7 @@ class TestMultilocus < BrowserTest
assert
(
$b
.
window
(
:title
=>
""
).
exists?
)
,
">> fail opening fasta export "
assert
(
$b
.
window
(
:title
=>
""
).
exists?
)
,
">> fail opening fasta export "
$b
.
window
(
:title
=>
""
).
use
do
$b
.
window
(
:title
=>
""
).
use
do
assert
(
$b
.
text
.
include?
">TRBV29*01 -1/0/-0 TRBD1*01 -2/0/-5 TRBJ2-5*01"
),
"header name"
assert
(
$b
.
text
.
include?
">TRBV29*01 -1/0/-0 TRBD1*01 -2/0/-5 TRBJ2-5*01"
),
"header name"
assert
(
$b
.
text
.
include?
"YYGGGYYACGYAYAGCGGYGYTTYYCCTYTYTGYTYTGCYAAAYAACYYYYTGTGYCTYTGTGCYGYGTTYCCCGGYYYAAACYCYCYYCCTYG
\n
G
CYAGGYCYGG"
),
"sequence"
assert
(
$b
.
text
.
include?
"YYGGGYYACGYAYAGCGGYGYTTYYCCTYTYTGYTYTGCYAAAYAACYYYYTGTGYCTYTGTGCYGYGTTYCCCGGYYYAAACYCYCYYCCTYG
G
\n
CYAGGYCYGG"
),
"sequence"
end
end
end
end
...
...
browser/test/functional/test_segmenter-page.rb
View file @
7c479e01
...
@@ -101,7 +101,7 @@ GGGGGAGGCTTGGTACAGCCTGGGGGGTCCCTGAGACTCTCCTGTGCAGCCTCTGGATTCACCTTCAGTAGCTACGACAT
...
@@ -101,7 +101,7 @@ GGGGGAGGCTTGGTACAGCCTGGGGGGTCCCTGAGACTCTCCTGTGCAGCCTCTGGATTCACCTTCAGTAGCTACGACAT
$b
.
window
(
:title
=>
""
).
use
do
$b
.
window
(
:title
=>
""
).
use
do
assert
(
$b
.
text
.
index
(
/TRGV5.*200 nt/
)
>
0
),
"header name"
assert
(
$b
.
text
.
index
(
/TRGV5.*200 nt/
)
>
0
),
"header name"
assert
(
$b
.
text
.
index
(
/IGHV3-13.*374 nt/
)
>
0
),
"header name"
assert
(
$b
.
text
.
index
(
/IGHV3-13.*374 nt/
)
>
0
),
"header name"
assert
(
$b
.
text
.
include?
"CCTGG
\n
GGG
G
CCA
\n
G
ATT"
),
"sequence"
assert
(
$b
.
text
.
include?
"CCTGG
G
\n
GGGCCA
G
\n
ATT"
),
"sequence"
end
end
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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