aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2015-03-10 14:19:16 -0400
committerScott González <scott.gonzalez@gmail.com>2015-03-11 08:39:31 -0400
commit08eb8445521c2792bd4940237534c60d96500979 (patch)
tree19fccb8186cb8698d1dc26178f2c6366a0b28eb6 /tests/unit
parentea999e4776bb0fe67b1eff702f09fc5cb878bfe0 (diff)
downloadjquery-ui-08eb8445521c2792bd4940237534c60d96500979.tar.gz
jquery-ui-08eb8445521c2792bd4940237534c60d96500979.zip
Tests: Use jquery-git1 instead of jquery-git
Closes gh-1480
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/subsuite.js2
-rw-r--r--tests/unit/testsuite.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/subsuite.js b/tests/unit/subsuite.js
index 68c207db0..b0ab1f2f0 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",
- "git"
+ "git1"
],
additionalTests = {
// component: [ "other_test.html" ]
diff --git a/tests/unit/testsuite.js b/tests/unit/testsuite.js
index 9c4d38ada..175fadd97 100644
--- a/tests/unit/testsuite.js
+++ b/tests/unit/testsuite.js
@@ -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"
});