aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/bootstrap.js2
-rw-r--r--tests/lib/qunit.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/bootstrap.js b/tests/lib/bootstrap.js
index 99a3f41d7..47289494c 100644
--- a/tests/lib/bootstrap.js
+++ b/tests/lib/bootstrap.js
@@ -96,7 +96,7 @@ function jqueryUrl() {
if ( version === "git" || version === "compat-git" ) {
url = "http://code.jquery.com/jquery-" + version;
} else {
- url = "../../../external/jquery-" + ( version || "1.11.2" ) + "/jquery";
+ url = "../../../external/jquery-" + ( version || "1.11.3" ) + "/jquery";
}
return url;
diff --git a/tests/lib/qunit.js b/tests/lib/qunit.js
index f1a27c8e5..63f313134 100644
--- a/tests/lib/qunit.js
+++ b/tests/lib/qunit.js
@@ -24,7 +24,7 @@ QUnit.config.urlConfig.push({
"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",
+ "1.11.0", "1.11.1", "1.11.2", "1.11.3",
"2.0.0", "2.0.1", "2.0.2", "2.0.3",
"2.1.0", "2.1.1", "2.1.2", "2.1.3",
"compat-git", "git"