Changeset 56731 in vbox
- Timestamp:
- Jul 1, 2015 1:12:53 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101377
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r56713 r56731 644 644 fRc = False; 645 645 for sUnexpected in asCopy: 646 reporter.error('% d: Unexpected "%s" in the resulting environment' % (sMsgPrefix, sUnexpected,));646 reporter.error('%s: Unexpected "%s" in the resulting environment' % (sMsgPrefix, sUnexpected,)); 647 647 fRc = False; 648 648 … … 693 693 if vbox.ComError.equal(oXcpt, self.hrcExpected): # Is this an expected failure? 694 694 return True; 695 return reporter.errorXcpt('%s: Unexpected exception for exiting path "%s" (enmType=% d, hrcExpected=%d):'695 return reporter.errorXcpt('%s: Unexpected exception for exiting path "%s" (enmType=%s, hrcExpected=%s):' 696 696 % (sMsgPrefix, self.sPath, self.enmType, self.hrcExpected,)); 697 697 except:
Note:
See TracChangeset
for help on using the changeset viewer.