VirtualBox

Changeset 61204 in vbox


Ignore:
Timestamp:
May 26, 2016 9:33:53 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107493
Message:

warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/tstVBoxMultipleVM.cpp

    r61099 r61204  
    152152        rc = TST_COM_EXPR(machine->COMGETTER(State)(&machineState));
    153153    // check that machine is in running state
    154     if (   machineState == MachineState_Running
    155         || machineState == MachineState_Paused)
     154    if (   SUCCEEDE(rc)
     155        && (   machineState == MachineState_Running
     156            || machineState == MachineState_Paused))
    156157    {
    157158        ComPtr<IConsole> console;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette