]> source.dussan.org Git - jquery-ui.git/commitdiff
Tests: Use new jquery-compat-git and jquery-git files
authorScott González <scott.gonzalez@gmail.com>
Thu, 14 May 2015 11:44:13 +0000 (07:44 -0400)
committerScott González <scott.gonzalez@gmail.com>
Thu, 14 May 2015 11:44:13 +0000 (07:44 -0400)
build/tasks/testswarm.js
tests/lib/bootstrap.js
tests/lib/qunit.js
tests/unit/subsuite.js

index bd5dbf73ba5fa9cd96722451db7511f02eab3eb8..3d7f4e4d00fe988b0cefe9a4a19fab286b1a2149 100644 (file)
@@ -3,7 +3,7 @@ module.exports = function( grunt ) {
 "use strict";
 
 var versions = {
-               "git1": "git1",
+               "compat-git": "compat-git",
                "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 6fd09473460a1d96bf3d6bb844d796c9ec591968..99a3f41d7a1d36322bee05ebc29079325ca7e829 100644 (file)
@@ -93,7 +93,7 @@ function jqueryUrl() {
        var version = parseUrl().jquery;
        var url;
 
-       if ( version === "git" || version === "git1" ) {
+       if ( version === "git" || version === "compat-git" ) {
                url = "http://code.jquery.com/jquery-" + version;
        } else {
                url = "../../../external/jquery-" + ( version || "1.11.2" ) + "/jquery";
index 757b6a501ecad0b572a6ac59f0e38476846f43dc..f1a27c8e54a9b740ceb82a9d3e0848de5ec32db3 100644 (file)
@@ -27,7 +27,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",
-               "git1", "git"
+               "compat-git", "git"
        ],
        tooltip: "Which jQuery Core version to test against"
 });
index b0ab1f2f05b177c09914c8b53ef5bcb5c4d7405d..e53bfd987ef51779f4e545dfe59516584a813e54 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",
-               "git1"
+               "compat-git"
        ],
        additionalTests = {
                // component: [ "other_test.html" ]