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
c6545102
Commit
c6545102
authored
Jan 20, 2020
by
marc duez
Browse files
qunit: segmenter_test.js, fallback in case cgi_address is not set
parent
b3b8a581
Pipeline
#114605
passed with stages
in 11 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
browser/test/QUnit/testFiles/segmenter_test.js
View file @
c6545102
...
@@ -287,6 +287,8 @@ QUnit.test("align", function (assert) {
...
@@ -287,6 +287,8 @@ QUnit.test("align", function (assert) {
segment
.
init
();
segment
.
init
();
segment
.
update
();
segment
.
update
();
if
(
segment
.
cgi_address
==
""
)
segment
.
cgi_address
=
"
https://db.vidjil.org/cgi/
"
//select 2 clones
//select 2 clones
m
.
select
(
0
)
m
.
select
(
0
)
m
.
select
(
1
)
m
.
select
(
1
)
...
...
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