diff options
author | Scott González <scott.gonzalez@gmail.com> | 2016-07-08 12:51:44 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-07-08 12:51:44 -0400 |
commit | 3b066697bc03ccca1c3955c148cbde9610b31256 (patch) | |
tree | 37b9862f1fd87baac78eab55c941bfb953db0661 /tests/unit/all.html | |
parent | 4d9779342edc8c23eca8ab95861c323180292805 (diff) | |
download | jquery-ui-3b066697bc03ccca1c3955c148cbde9610b31256.tar.gz jquery-ui-3b066697bc03ccca1c3955c148cbde9610b31256.zip |
Tests: Only test latest patch versions for jQuery Core in TestSwarm
Adds some missing tests to TestSwarm and `all.html`.
Diffstat (limited to 'tests/unit/all.html')
-rw-r--r-- | tests/unit/all.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unit/all.html b/tests/unit/all.html index c8352615a..22f60f7b5 100644 --- a/tests/unit/all.html +++ b/tests/unit/all.html @@ -19,6 +19,8 @@ "accordion/accordion.html", "autocomplete/autocomplete.html", "button/button.html", + "checkboxradio/checkboxradio.html", + "controlgroup/controlgroup.html", "core/core.html", "datepicker/datepicker.html", "dialog/dialog.html", @@ -31,6 +33,7 @@ "progressbar/progressbar.html", "resizable/resizable.html", "selectable/selectable.html", + "selectmenu/selectmenu.html", "slider/slider.html", "sortable/sortable.html", "spinner/spinner.html", |