Changeset 61205 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- May 26, 2016 9:37:52 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstVBoxMultipleVM.cpp
r61204 r61205 152 152 rc = TST_COM_EXPR(machine->COMGETTER(State)(&machineState)); 153 153 // check that machine is in running state 154 if ( SUCCEEDE (rc)154 if ( SUCCEEDED(rc) 155 155 && ( machineState == MachineState_Running 156 156 || machineState == MachineState_Paused))
Note:
See TracChangeset
for help on using the changeset viewer.