diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2015-01-12 17:12:05 +0100 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-02-09 11:59:15 -0500 |
commit | fcb26aaded146e63ffdb9fcca46e308f9b877edd (patch) | |
tree | 5eec38b49642545e8a803638bbbcf2733cbcb36f /tests/unit | |
parent | 66b31b3e62017d544579164da49a720f83e56241 (diff) | |
download | jquery-ui-fcb26aaded146e63ffdb9fcca46e308f9b877edd.tar.gz jquery-ui-fcb26aaded146e63ffdb9fcca46e308f9b877edd.zip |
Tests: Fix jQuery version references to match files in external/
(cherry picked from commit a3b43eeb58a290f9447ac4127d145ef121ca255c)
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/testsuite.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/testsuite.js b/tests/unit/testsuite.js index 18353c702..1c0f17859 100644 --- a/tests/unit/testsuite.js +++ b/tests/unit/testsuite.js @@ -64,7 +64,7 @@ QUnit.config.urlConfig.push({ id: "jquery", label: "jQuery version", value: [ - "1.6", "1.6.1", "1.6.2", "1.6.3", "1.6.4", "1.7", "1.7.1", "1.7.2", + "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" ], |