| Index: Tools/GardeningServer/scripts/ui/actions_unittests.js
|
| diff --git a/Tools/GardeningServer/scripts/ui/actions_unittests.js b/Tools/GardeningServer/scripts/ui/actions_unittests.js
|
| index 3becdd2db48f532966f76cab4e7624979f9e1e74..c63545bb3db9fd3e1fd5fa5a1cc6d6c8177d071e 100644
|
| --- a/Tools/GardeningServer/scripts/ui/actions_unittests.js
|
| +++ b/Tools/GardeningServer/scripts/ui/actions_unittests.js
|
| @@ -27,12 +27,8 @@
|
|
|
| module('ui.actions');
|
|
|
| -test('Buttons', 4, function() {
|
| +test('Buttons', 2, function() {
|
| var buttonInfos = [{
|
| - view: new ui.actions.Rollout(),
|
| - text: 'Roll out',
|
| - event: 'rollout'
|
| - }, {
|
| view: new ui.actions.Examine(),
|
| text: 'Examine',
|
| event: 'examine'
|
|
|