VirtualBox

Ignore:
Timestamp:
Jun 23, 2016 1:11:43 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108264
Message:

testIGuest_additionsRunLevel: delint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py

    r61851 r61853  
    313313        reporter.log('IGuest::additionsRunLevel=%s' % (iLevel,));
    314314
    315         ## @todo We really need that wait!!
    316         #if iLevel != eExpectedRunLevel:
    317         #    reporter.error('Expected runlevel %d, found %d instead' % (eExpectedRunLevel, iLevel));
     315        if iLevel != eExpectedRunLevel:
     316            pass; ## @todo We really need that wait!!
     317            #reporter.error('Expected runlevel %d, found %d instead' % (eExpectedRunLevel, iLevel));
    318318        return True;
    319319
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