diff options
author | Scott González <scott.gonzalez@gmail.com> | 2015-05-14 08:25:16 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-05-14 08:25:16 -0400 |
commit | ae25cdb6881cef632d42100a5237850cae1c3a77 (patch) | |
tree | 54ba8ad3cc57dab702ace7e4f0b3ed48025316be /tests | |
parent | e1751383f17118d250a8ef576f3663de6ea76f36 (diff) | |
download | jquery-ui-ae25cdb6881cef632d42100a5237850cae1c3a77.tar.gz jquery-ui-ae25cdb6881cef632d42100a5237850cae1c3a77.zip |
Build: Upgrade to jQuery 1.11.3
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/bootstrap.js | 2 | ||||
-rw-r--r-- | tests/lib/qunit.js | 2 | ||||
-rw-r--r-- | tests/unit/subsuite.js | 2 |
3 files changed, 3 insertions, 3 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" 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 = { |