aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/bootstrap.js2
-rw-r--r--tests/lib/qunit.js4
-rw-r--r--tests/unit/subsuite.js4
3 files changed, 8 insertions, 2 deletions
diff --git a/tests/lib/bootstrap.js b/tests/lib/bootstrap.js
index 4e374ac27..3d9cc3691 100644
--- a/tests/lib/bootstrap.js
+++ b/tests/lib/bootstrap.js
@@ -96,7 +96,7 @@ function jqueryUrl() {
if ( version === "git" ) {
url = "http://code.jquery.com/jquery-" + version;
} else {
- url = "../../../external/jquery-" + ( version || "1.11.3" ) + "/jquery";
+ url = "../../../external/jquery-" + ( version || "1.12.4" ) + "/jquery";
}
return url;
diff --git a/tests/lib/qunit.js b/tests/lib/qunit.js
index e2a6e85c7..890d434df 100644
--- a/tests/lib/qunit.js
+++ b/tests/lib/qunit.js
@@ -25,8 +25,10 @@ QUnit.config.urlConfig.push( {
"1.9.0", "1.9.1",
"1.10.0", "1.10.1", "1.10.2",
"1.11.0", "1.11.1", "1.11.2", "1.11.3",
+ "1.12.0", "1.12.1", "1.12.2", "1.12.3", "1.12.4",
"2.0.0", "2.0.1", "2.0.2", "2.0.3",
- "2.1.0", "2.1.1", "2.1.2", "2.1.3",
+ "2.1.0", "2.1.1", "2.1.2", "2.1.3", "2.1.4",
+ "2.2.0", "2.2.1", "2.2.2", "2.2.3", "2.2.4",
"git", "custom"
],
tooltip: "Which jQuery Core version to test against"
diff --git a/tests/unit/subsuite.js b/tests/unit/subsuite.js
index 498f60a0b..18fa53e98 100644
--- a/tests/unit/subsuite.js
+++ b/tests/unit/subsuite.js
@@ -6,6 +6,10 @@ 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", "1.11.3",
+ "1.12.0", "1.12.1", "1.12.2", "1.12.3", "1.12.4",
+ "2.0.0", "2.0.1", "2.0.2", "2.0.3",
+ "2.1.0", "2.1.1", "2.1.2", "2.1.3", "2.1.4",
+ "2.2.0", "2.2.1", "2.2.2", "2.2.3", "2.2.4",
"git"
],
additionalTests = {