From ae25cdb6881cef632d42100a5237850cae1c3a77 Mon Sep 17 00:00:00 2001 From: Scott González Date: Thu, 14 May 2015 08:25:16 -0400 Subject: Build: Upgrade to jQuery 1.11.3 --- tests/lib/bootstrap.js | 2 +- tests/lib/qunit.js | 2 +- tests/unit/subsuite.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') 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" diff --git a/tests/unit/subsuite.js b/tests/unit/subsuite.js index e53bfd987..a591ae711 100644 --- a/tests/unit/subsuite.js +++ b/tests/unit/subsuite.js @@ -5,7 +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", + "1.11.0", "1.11.1", "1.11.2", "1.11.3", "compat-git" ], additionalTests = { -- cgit v1.2.3