Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1825)

Unified Diff: Tools/GardeningServer/scripts/ui/actions_unittests.js

Issue 355193005: Remove checkout functionality from GOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Tools/GardeningServer/scripts/ui/actions.js ('k') | Tools/GardeningServer/scripts/ui_unittests.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'
« no previous file with comments | « Tools/GardeningServer/scripts/ui/actions.js ('k') | Tools/GardeningServer/scripts/ui_unittests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698