aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2015-02-23 14:01:03 -0500
committerScott González <scott.gonzalez@gmail.com>2015-02-23 14:01:03 -0500
commit8fdfea5fe9f6804840bd98396c1b3992360369a4 (patch)
tree5b120316da9f4135bc5382c9fd5e078ac0307087 /tests/unit
parentfac8e517d7ea4c65bad21a65ad59eef1e4379efb (diff)
downloadjquery-ui-8fdfea5fe9f6804840bd98396c1b3992360369a4.tar.gz
jquery-ui-8fdfea5fe9f6804840bd98396c1b3992360369a4.zip
Build: Upgrade to jQuery 1.11.2
Adds jQuery 1.11.0, 1.11.1, 1.11.2, 2.1.0, 2.1.1, 2.1.2, 2.1.3
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/subsuite.js1
-rw-r--r--tests/unit/testsuite.js11
2 files changed, 9 insertions, 3 deletions
diff --git a/tests/unit/subsuite.js b/tests/unit/subsuite.js
index ba20a0706..68c207db0 100644
--- a/tests/unit/subsuite.js
+++ b/tests/unit/subsuite.js
@@ -5,6 +5,7 @@ var versions = [
"1.8.0", "1.8.1", "1.8.2", "1.8.3",
"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"
],
additionalTests = {
diff --git a/tests/unit/testsuite.js b/tests/unit/testsuite.js
index 00ff98677..9c4d38ada 100644
--- a/tests/unit/testsuite.js
+++ b/tests/unit/testsuite.js
@@ -63,9 +63,14 @@ QUnit.config.urlConfig.push({
id: "jquery",
label: "jQuery version",
value: [
- "1.7.0", "1.7.1", "1.7.2", "1.8.0", "1.8.1", "1.8.2", "1.8.3",
- "1.9.0", "1.9.1", "1.10.0", "1.10.1", "1.10.2", "2.0.0",
- "2.0.1", "2.0.2", "2.0.3", "git"
+ "1.7.0", "1.7.1", "1.7.2",
+ "1.8.0", "1.8.1", "1.8.2", "1.8.3",
+ "1.9.0", "1.9.1",
+ "1.10.0", "1.10.1", "1.10.2",
+ "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"
],
tooltip: "Which jQuery Core version to test against"
});