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
75644d2d
Commit
75644d2d
authored
Aug 08, 2018
by
Mathieu Giraud
Browse files
tests: update
parent
287a997f
Pipeline
#36402
failed with stages
in 4 minutes and 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
browser/test/QUnit/testFiles/axis_test.js
View file @
75644d2d
...
...
@@ -137,7 +137,7 @@ QUnit.test("axis", function(assert) {
assert
.
equal
(
axis
.
pos
(
m
.
clone
(
0
)).
pos
.
toPrecision
(
3
),
0.0476
,
"
custom (percent) : clone 0 (gc = 1/21) position -> 0.0476
"
)
assert
.
equal
(
axis
.
pos
(
m
.
clone
(
1
)).
pos
.
toPrecision
(
3
),
0.778
,
"
custom (percent) : clone 1 (gc = 14/18) position -> 0.944
"
)
assert
.
deepEqual
(
axis
.
labels
[
0
].
text
,
"
0
.00
%
"
,
"
custom (percent) : check label 0
.00
%
"
)
assert
.
deepEqual
(
axis
.
labels
[
0
].
text
,
"
0%
"
,
"
custom (percent) : check label 0%
"
)
//gc + log
axis
.
init
(
m
.
clones
,
'
GCContent
'
,
undefined
,
false
,
0.001
,
1
,
true
)
...
...
browser/test/functional/test_analysis-example1.rb
View file @
75644d2d
...
...
@@ -26,7 +26,7 @@ class TestSimple < BrowserTest
assert
(
$b
.
scatterplot_x_legend
(
0
).
text
==
"TRGV5"
),
"First legend should be TRGV5"
assert
(
$b
.
scatterplot_y_legend
(
0
).
text
==
"TRGJ1"
),
"First legend should be TRGJ1"
assert
(
$b
.
scatterplot_x_legend
(
0
,
2
).
text
==
"119"
),
"First legend should be 119, it is "
+
$b
.
scatterplot_x_legend
(
0
,
2
).
text
assert
(
$b
.
scatterplot_y_legend
(
0
,
2
).
text
==
"0
.00
%"
),
"First legend sould be 0
.00
%"
assert
(
$b
.
scatterplot_y_legend
(
0
,
2
).
text
==
"0%"
),
"First legend sould be 0%"
end
def
test_02_deactivate_locus
...
...
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