From e1751383f17118d250a8ef576f3663de6ea76f36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Thu, 14 May 2015 07:44:13 -0400 Subject: [PATCH] Tests: Use new jquery-compat-git and jquery-git files --- build/tasks/testswarm.js | 2 +- tests/lib/bootstrap.js | 2 +- tests/lib/qunit.js | 2 +- tests/unit/subsuite.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index bd5dbf73b..3d7f4e4d0 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -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", diff --git a/tests/lib/bootstrap.js b/tests/lib/bootstrap.js index 6fd094734..99a3f41d7 100644 --- a/tests/lib/bootstrap.js +++ b/tests/lib/bootstrap.js @@ -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"; diff --git a/tests/lib/qunit.js b/tests/lib/qunit.js index 757b6a501..f1a27c8e5 100644 --- a/tests/lib/qunit.js +++ b/tests/lib/qunit.js @@ -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" }); diff --git a/tests/unit/subsuite.js b/tests/unit/subsuite.js index b0ab1f2f0..e53bfd987 100644 --- a/tests/unit/subsuite.js +++ b/tests/unit/subsuite.js @@ -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" ]