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
d22bb9ca
Commit
d22bb9ca
authored
Jul 26, 2016
by
Mathieu Giraud
Browse files
tests: update tests
This should be an old file.
parent
d908dfb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/test/QUnit/testFiles/model_test.js
View file @
d22bb9ca
...
@@ -9,7 +9,7 @@ test("model: convert", function () {
...
@@ -9,7 +9,7 @@ test("model: convert", function () {
"
3
"
:
"
J
"
,
"
3
"
:
"
J
"
,
"
4
"
:
"
D
"
,
"
4
"
:
"
D
"
,
"
score
"
:
42
,
"
score
"
:
42
,
"
5
"
:
{
"
name
"
:
"
V
"
,
"
stop
"
:
0
},
"
5
"
:
{
"
name
"
:
"
V
"
,
"
end
"
:
0
},
// getConvertedSeg knows that this is an old json (0-based for 5/4/3) by the presence of seg['5']['end']
"
cdr3
"
:
{
"
start
"
:
1
,
"
end
"
:
4
},
// 1-based
"
cdr3
"
:
{
"
start
"
:
1
,
"
end
"
:
4
},
// 1-based
"
foo
"
:
{
"
start
"
:
18
,
"
stop
"
:
43
}
"
foo
"
:
{
"
start
"
:
18
,
"
stop
"
:
43
}
};
};
...
...
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