Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3)

Unified Diff: test/test_sandbox.js

Issue 8406044: Add remaining go watcher attributes.
Patch Set: Add remaining go watcher attributes. Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/test_model_handlers.js ('k') | test/test_unit_view.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test_sandbox.js
=== modified file 'test/test_sandbox.js'
--- test/test_sandbox.js 2013-04-04 14:53:23 +0000
+++ test/test_sandbox.js 2013-04-04 16:17:49 +0000
@@ -558,8 +558,7 @@
state.db.machines.each(function(stateMachine) {
var guiMachine = db.machines.getById(stateMachine.id);
Y.each(
- ['agent_state', 'instance_state', 'public_address',
- 'machine_id'],
+ ['agent_state', 'public_address', 'machine_id'],
function(attrName) {
assert.deepEqual(guiMachine[attrName], stateMachine[attrName]);
}
« no previous file with comments | « test/test_model_handlers.js ('k') | test/test_unit_view.js » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b