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
9beb0216
Commit
9beb0216
authored
Jun 15, 2017
by
Thonier Florian
Committed by
Mathieu Giraud
Oct 06, 2017
Browse files
qunit/clone_test : update clone_test with 'undefined' return of getDeletion function
parent
8d1534c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/test/QUnit/testFiles/clone_test.js
View file @
9beb0216
...
...
@@ -260,7 +260,7 @@ QUnit.test('clone: get info from seg', function(assert) {
assert
.
equal
(
c1
.
getSegAASequence
(
'
junction
'
),
''
,
'
no AA junction for c1
'
)
assert
.
equal
(
c1
.
getSegAASequence
(
'
cdr3
'
),
'
ABCDE
'
,
'
AA CDR3 for c1
'
)
assert
.
equal
(
c1
.
getDeletion
(
'
5
'
,
'
delRight
'
),
-
1
,
'
return -1, no deletion informed for c1
'
)
assert
.
equal
(
c1
.
getDeletion
(
'
5
'
,
'
delRight
'
),
"
undefined
"
,
'
return -1, no deletion informed for c1
'
)
assert
.
equal
(
c2
.
getDeletion
(
'
5
'
,
'
delRight
'
),
18
,
'
return length of the deletion for c2
'
)
});
...
...
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