Changeset 61853 in vbox for trunk/src/VBox/ValidationKit/tests/additions
- Timestamp:
- Jun 23, 2016 1:11:43 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108264
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r61851 r61853 313 313 reporter.log('IGuest::additionsRunLevel=%s' % (iLevel,)); 314 314 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)); 318 318 return True; 319 319
Note:
See TracChangeset
for help on using the changeset viewer.