Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,711
Issues
1,711
List
Boards
Labels
Service Desk
Milestones
Merge Requests
86
Merge Requests
86
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
5ce3b613
Commit
5ce3b613
authored
Mar 10, 2016
by
Mikaël Salson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clone_test.js: Fix unit test
Positions start at 0, not 1
parent
45a74778
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
browser/test/QUnit/testFiles/clone_test.js
browser/test/QUnit/testFiles/clone_test.js
+1
-1
No files found.
browser/test/QUnit/testFiles/clone_test.js
View file @
5ce3b613
...
...
@@ -189,7 +189,7 @@ test('clone: get info from seg', function() {
equal
(
pos_junction
[
'
start
'
],
9
,
"
start junction of c1
"
)
equal
(
pos_junction
[
'
stop
'
],
11
,
"
stop junction of c1
"
)
equal
(
c1
.
getSegNtSequence
(
'
junction
'
),
'
a
a
t
'
,
'
junction c1
'
)
equal
(
c1
.
getSegNtSequence
(
'
junction
'
),
'
a
t
t
'
,
'
junction c1
'
)
equal
(
c1
.
getSegAASequence
(
'
junction
'
),
''
,
'
no AA junction for c1
'
)
equal
(
c1
.
getSegAASequence
(
'
cdr3
'
),
'
ABCDE
'
,
'
AA CDR3 for c1
'
)
});
...
...
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