VirtualBox

Changeset 79162 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Jun 16, 2019 8:36:04 PM (6 years ago)
Author:
vboxsync
Message:

tdAddGuestCtrl.py: Fixed and extended the directoryCreateTemp test (IGuestSession::directoryExists is not reliable or something). [fix] bugref:9151 bugref:9320

File:
1 edited

Legend:

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

    r79160 r79162  
    27652765                        reporter.log2('%s: eType=%s (dir=%d)' % (sDirTemp, eType, vboxcon.FsObjType_Directory,));
    27662766                        if eType != vboxcon.FsObjType_Directory:
    2767                             fRc = reporter.error('Temporary directory not created as a directory: eType=%d'
     2767                            fRc = reporter.error('Temporary directory "%s" not created as a directory: eType=%d'
    27682768                                                 % (sDirTemp, eType));
    27692769            fRc = oCurTest.closeSession(True) and fRc;
Note: See TracChangeset for help on using the changeset viewer.

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