diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2015-01-12 17:19:46 +0100 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2015-01-13 15:05:54 +0100 |
commit | 9d0f44fd7b16a66de1d9b0d8c5e4ab954d83790f (patch) | |
tree | d78bd59d06e6f6805abe8245450b96fd33fb0226 /tests/unit/testsuite.js | |
parent | 8cc636dd448afb8df7147640a7fbfb67f7d53623 (diff) | |
download | jquery-ui-9d0f44fd7b16a66de1d9b0d8c5e4ab954d83790f.tar.gz jquery-ui-9d0f44fd7b16a66de1d9b0d8c5e4ab954d83790f.zip |
All: Drop support for jQuery 1.6.x
Affects core, effects, position and widget. Only position has unit tests
that fail with jQuery 1.6 without the workaround.
Drops the 1.6.x copies jQuery of jQuery and removes them from the select
in the testsuites.
Fixes #10723
Closes gh-1422
Diffstat (limited to 'tests/unit/testsuite.js')
-rw-r--r-- | tests/unit/testsuite.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/unit/testsuite.js b/tests/unit/testsuite.js index 1c0f17859..186864114 100644 --- a/tests/unit/testsuite.js +++ b/tests/unit/testsuite.js @@ -64,9 +64,9 @@ QUnit.config.urlConfig.push({ id: "jquery", label: "jQuery version", value: [ - "1.6.0", "1.6.1", "1.6.2", "1.6.3", "1.6.4", "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", "2.0.0", + "2.0.1", "2.0.2", "2.0.3", "git" ], tooltip: "Which jQuery Core version to test against" }); |