Skip to content

Commit 232fe3b

Browse files
committed
Tests: Load the TestSwarm listener via HTTPS
1 parent 2802058 commit 232fe3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h2>Unit Tests</h2>
1818
<p><a href="unit/index.html">Unit tests</a> exist for all functionality in jQuery UI.
1919
The unit tests can be run locally (some tests require a web server with PHP)
2020
to ensure proper functionality before committing changes.
21-
The unit tests are also run on <a href="http://swarm.jquery.org/project/jqueryui">TestSwarm</a>
21+
The unit tests are also run on <a href="https://swarm.jquery.org/project/jqueryui">TestSwarm</a>
2222
for every commit.</p>
2323

2424
<h2>Visual Tests</h2>

tests/lib/bootstrap.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ requirejs.config( {
1515
"qunit-assert-classes": "../../../external/qunit-assert-classes/qunit-assert-classes",
1616
"qunit-assert-close": "../../../external/qunit-assert-close/qunit-assert-close",
1717
"qunit": "../../../external/qunit/qunit",
18-
"testswarm": "http://swarm.jquery.org/js/inject.js?" + ( new Date() ).getTime(),
18+
"testswarm": "https://swarm.jquery.org/js/inject.js?" + ( new Date() ).getTime(),
1919
"ui": "../../../ui"
2020
},
2121
shim: {

0 commit comments

Comments
 (0)