VirtualBox

Changeset 56731 in vbox


Ignore:
Timestamp:
Jul 1, 2015 1:12:53 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
101377
Message:

tdAddGuestCtrl.py: formatting typo.

File:
1 edited

Legend:

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

    r56713 r56731  
    644644                fRc = False;
    645645        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,));
    647647            fRc = False;
    648648
     
    693693                if vbox.ComError.equal(oXcpt, self.hrcExpected): # Is this an expected failure?
    694694                    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):'
    696696                                          % (sMsgPrefix, self.sPath, self.enmType, self.hrcExpected,));
    697697            except:
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