aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2015-05-14 07:44:13 -0400
committerScott González <scott.gonzalez@gmail.com>2015-05-14 07:44:13 -0400
commite1751383f17118d250a8ef576f3663de6ea76f36 (patch)
tree3da7789135518c9607903d2638b98f4f5a956a64 /tests
parentf9ad17d575c2e26555bb00b6f7c6e72d0f8c427e (diff)
downloadjquery-ui-e1751383f17118d250a8ef576f3663de6ea76f36.tar.gz
jquery-ui-e1751383f17118d250a8ef576f3663de6ea76f36.zip
Tests: Use new jquery-compat-git and jquery-git files
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/bootstrap.js2
-rw-r--r--tests/lib/qunit.js2
-rw-r--r--tests/unit/subsuite.js2
3 files changed, 3 insertions, 3 deletions
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" ]