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]); |
} |