]> source.dussan.org Git - jquery-ui.git/commitdiff
Tests: Load the TestSwarm listener via HTTPS
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Wed, 29 Sep 2021 15:22:17 +0000 (17:22 +0200)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Wed, 29 Sep 2021 15:22:17 +0000 (17:22 +0200)
tests/index.html
tests/lib/bootstrap.js

index 89323d61a5275ea913e91274f43a5df564895ae9..d1465c192260f484848c1e2855f63ab491310f59 100644 (file)
@@ -18,7 +18,7 @@
                <p><a href="unit/index.html">Unit tests</a> exist for all functionality in jQuery UI.
                The unit tests can be run locally (some tests require a web server with PHP)
                to ensure proper functionality before committing changes.
-               The unit tests are also run on <a href="http://swarm.jquery.org/project/jqueryui">TestSwarm</a>
+               The unit tests are also run on <a href="https://swarm.jquery.org/project/jqueryui">TestSwarm</a>
                for every commit.</p>
 
                <h2>Visual Tests</h2>
index ea44c8d2ccc215736b85b6c8cc73b9a623e3fe9e..7fd56210c7c8acd2063faac028345bd012f6b4e6 100644 (file)
@@ -15,7 +15,7 @@ requirejs.config( {
                "qunit-assert-classes": "../../../external/qunit-assert-classes/qunit-assert-classes",
                "qunit-assert-close": "../../../external/qunit-assert-close/qunit-assert-close",
                "qunit": "../../../external/qunit/qunit",
-               "testswarm": "http://swarm.jquery.org/js/inject.js?" + ( new Date() ).getTime(),
+               "testswarm": "https://swarm.jquery.org/js/inject.js?" + ( new Date() ).getTime(),
                "ui": "../../../ui"
        },
        shim: {