]> source.dussan.org Git - jquery-ui.git/commitdiff
Tests: Use jquery-git1 instead of jquery-git
authorScott González <scott.gonzalez@gmail.com>
Tue, 10 Mar 2015 18:19:16 +0000 (14:19 -0400)
committerScott González <scott.gonzalez@gmail.com>
Wed, 11 Mar 2015 12:39:31 +0000 (08:39 -0400)
Closes gh-1480

build/tasks/testswarm.js
tests/jquery.js
tests/unit/subsuite.js
tests/unit/testsuite.js

index 73817abfa6afede040877192904e40c74028e544..bd5dbf73ba5fa9cd96722451db7511f02eab3eb8 100644 (file)
@@ -3,7 +3,7 @@ module.exports = function( grunt ) {
 "use strict";
 
 var versions = {
-               "git": "git",
+               "git1": "git1",
                "1.11": "1.11.0 1.11.1 1.11.2",
                "1.10": "1.10.0 1.10.1 1.10.2",
                "1.9": "1.9.0 1.9.1",
index 67a7ed2e608aa0df35a8ebf23d90e86b213bd2f5..43ba2750a319080b0ad1cf6cfaea5c4ed4b75021 100644 (file)
@@ -13,8 +13,8 @@ for ( ; i < length; i++ ) {
        }
 }
 
-if ( version === "git" ) {
-       url = "http://code.jquery.com/jquery-git.js";
+if ( version === "git" || version === "git1" ) {
+       url = "http://code.jquery.com/jquery-" + version + ".js";
 } else {
        url = "../../../external/jquery-" + ( version || "1.11.2" ) + "/jquery.js";
 }
index 68c207db05a5632bc5d02b63489ccffd0a0fc373..b0ab1f2f05b177c09914c8b53ef5bcb5c4d7405d 100644 (file)
@@ -6,7 +6,7 @@ var versions = [
                "1.9.0", "1.9.1",
                "1.10.0", "1.10.1", "1.10.2",
                "1.11.0", "1.11.1", "1.11.2",
-               "git"
+               "git1"
        ],
        additionalTests = {
                // component: [ "other_test.html" ]
index 9c4d38ada07a0243e824a257d680e0aa78335a7d..175fadd971febef0d7f689fc35d59f88a3a7d86a 100644 (file)
@@ -70,7 +70,7 @@ QUnit.config.urlConfig.push({
                "1.11.0", "1.11.1", "1.11.2",
                "2.0.0", "2.0.1", "2.0.2", "2.0.3",
                "2.1.0", "2.1.1", "2.1.2", "2.1.3",
-               "git"
+               "git1", "git"
        ],
        tooltip: "Which jQuery Core version to test against"
 });