Skip to content

Commit 3b06669

Browse files
committed
Tests: Only test latest patch versions for jQuery Core in TestSwarm
Adds some missing tests to TestSwarm and `all.html`.
1 parent 4d97793 commit 3b06669

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

build/tasks/testswarm.js

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,29 @@ module.exports = function( grunt ) {
55
var versions = {
66
"git": "git",
77
"3.0": "3.0.0",
8-
"2.2": "2.2.0 2.2.1 2.2.2 2.2.3 2.2.4",
9-
"2.1": "2.1.0 2.1.1 2.1.2 2.1.3 2.1.4",
10-
"2.0": "2.0.0 2.0.1 2.0.3",
11-
"1.12": "1.12.0 1.12.1 1.12.2 1.12.3 1.12.4",
12-
"1.11": "1.11.0 1.11.1 1.11.2 1.11.3",
13-
"1.10": "1.10.0 1.10.2",
14-
"1.9": "1.9.0 1.9.1",
15-
"1.8": "1.8.0 1.8.1 1.8.2 1.8.3",
16-
"1.7": "1.7.0 1.7.1 1.7.2"
8+
"2.2": "2.2.4",
9+
"2.1": "2.1.4",
10+
"2.0": "2.0.3",
11+
"1.12": "1.12.4",
12+
"1.11": "1.11.3",
13+
"1.10": "1.10.2",
14+
"1.9": "1.9.1",
15+
"1.8": "1.8.3",
16+
"1.7": "1.7.2"
1717
},
1818
tests = {
1919
"Accordion": "accordion/accordion.html",
2020
"Autocomplete": "autocomplete/autocomplete.html",
2121
"Button": "button/button.html",
22+
"Checkboxradio": "checkboxradio/checkboxradio.html",
23+
"Controlgroup": "controlgroup/controlgroup.html",
2224
"Core": "core/core.html",
2325
"Datepicker": "datepicker/datepicker.html",
2426
"Dialog": "dialog/dialog.html",
2527
"Draggable": "draggable/draggable.html",
2628
"Droppable": "droppable/droppable.html",
2729
"Effects": "effects/effects.html",
30+
"Form Reset Mixin": "form-reset-mixin/form-reset-mixin.html",
2831
"Menu": "menu/menu.html",
2932
"Position": "position/position.html",
3033
"Progressbar": "progressbar/progressbar.html",

tests/unit/all.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
"accordion/accordion.html",
2020
"autocomplete/autocomplete.html",
2121
"button/button.html",
22+
"checkboxradio/checkboxradio.html",
23+
"controlgroup/controlgroup.html",
2224
"core/core.html",
2325
"datepicker/datepicker.html",
2426
"dialog/dialog.html",
@@ -31,6 +33,7 @@
3133
"progressbar/progressbar.html",
3234
"resizable/resizable.html",
3335
"selectable/selectable.html",
36+
"selectmenu/selectmenu.html",
3437
"slider/slider.html",
3538
"sortable/sortable.html",
3639
"spinner/spinner.html",

0 commit comments

Comments
 (0)