aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2016-07-08 12:51:44 -0400
committerScott González <scott.gonzalez@gmail.com>2016-07-08 12:51:44 -0400
commit3b066697bc03ccca1c3955c148cbde9610b31256 (patch)
tree37b9862f1fd87baac78eab55c941bfb953db0661
parent4d9779342edc8c23eca8ab95861c323180292805 (diff)
downloadjquery-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`.
-rw-r--r--build/tasks/testswarm.js21
-rw-r--r--tests/unit/all.html3
2 files changed, 15 insertions, 9 deletions
diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js
index 68e5e3e28..bdbe5714a 100644
--- a/build/tasks/testswarm.js
+++ b/build/tasks/testswarm.js
@@ -5,26 +5,29 @@ module.exports = function( grunt ) {
var versions = {
"git": "git",
"3.0": "3.0.0",
- "2.2": "2.2.0 2.2.1 2.2.2 2.2.3 2.2.4",
- "2.1": "2.1.0 2.1.1 2.1.2 2.1.3 2.1.4",
- "2.0": "2.0.0 2.0.1 2.0.3",
- "1.12": "1.12.0 1.12.1 1.12.2 1.12.3 1.12.4",
- "1.11": "1.11.0 1.11.1 1.11.2 1.11.3",
- "1.10": "1.10.0 1.10.2",
- "1.9": "1.9.0 1.9.1",
- "1.8": "1.8.0 1.8.1 1.8.2 1.8.3",
- "1.7": "1.7.0 1.7.1 1.7.2"
+ "2.2": "2.2.4",
+ "2.1": "2.1.4",
+ "2.0": "2.0.3",
+ "1.12": "1.12.4",
+ "1.11": "1.11.3",
+ "1.10": "1.10.2",
+ "1.9": "1.9.1",
+ "1.8": "1.8.3",
+ "1.7": "1.7.2"
},
tests = {
"Accordion": "accordion/accordion.html",
"Autocomplete": "autocomplete/autocomplete.html",
"Button": "button/button.html",
+ "Checkboxradio": "checkboxradio/checkboxradio.html",
+ "Controlgroup": "controlgroup/controlgroup.html",
"Core": "core/core.html",
"Datepicker": "datepicker/datepicker.html",
"Dialog": "dialog/dialog.html",
"Draggable": "draggable/draggable.html",
"Droppable": "droppable/droppable.html",
"Effects": "effects/effects.html",
+ "Form Reset Mixin": "form-reset-mixin/form-reset-mixin.html",
"Menu": "menu/menu.html",
"Position": "position/position.html",
"Progressbar": "progressbar/progressbar.html",
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",