diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-08-01 12:25:14 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-08-01 12:25:14 -0400 |
commit | c017628e11d382bf5844e93a28d5367d871986cc (patch) | |
tree | e766aea72688af2e3a732aaac9ef92da69c4a30d /tests/unit/subsuite.js | |
parent | 06fe70b10af3e75837545c019d23029fe331f433 (diff) | |
download | jquery-ui-c017628e11d382bf5844e93a28d5367d871986cc.tar.gz jquery-ui-c017628e11d382bf5844e93a28d5367d871986cc.zip |
Tests: Fix composite tests
Diffstat (limited to 'tests/unit/subsuite.js')
-rw-r--r-- | tests/unit/subsuite.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/subsuite.js b/tests/unit/subsuite.js index ca50bf9d8..81a00a397 100644 --- a/tests/unit/subsuite.js +++ b/tests/unit/subsuite.js @@ -1,8 +1,8 @@ (function() { var versions = [ - "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", |