Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
renderjs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Sven Franck
renderjs
Commits
7fa2e72f
Commit
7fa2e72f
authored
Nov 19, 2014
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not hardcode server URL
parent
bd0024ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
test/renderjs_test.js
test/renderjs_test.js
+3
-1
No files found.
test/renderjs_test.js
View file @
7fa2e72f
...
...
@@ -3630,7 +3630,9 @@
document
.
querySelector
(
'
.acquisitionError
'
),
klass_div
=
iframe
.
contentWindow
.
document
.
querySelector
(
'
.klass
'
);
equal
(
url_div
.
innerHTML
,
"
http://localhost:9000/test/not_declared_gadget.html
"
);
window
.
location
.
protocol
+
"
//
"
+
window
.
location
.
hostname
+
(
window
.
location
.
port
?
'
:
'
+
window
.
location
.
port
:
''
)
+
"
/test/not_declared_gadget.html
"
);
equal
(
acquisition_div
.
innerHTML
,
"
AcquisitionError: No gadget provides willFail
"
);
equal
(
klass_div
.
innerHTML
,
...
...
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