Changeset 104696 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- May 17, 2024 8:12:39 AM (9 months ago)
- svn:sync-xref-src-repo-rev:
- 163250
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r104695 r104696 4046 4046 fRc = reporter.error('Resulting directory is empty!'); 4047 4047 else: 4048 ## @todo This does not work for some unknown reason.4049 #try:4050 # if self.oTstDrv.fpApiVer >= 5.0:4051 # fExists = oCurGuestSession.directoryExists(sDirTemp, False);4052 # else:4053 # fExists = oCurGuestSession.directoryExists(sDirTemp);4054 #except:4055 # fRc = reporter.errorXcpt('sDirTemp=%s' % (sDirTemp,));4056 #else:4057 # if fExists is not True:4058 # fRc = reporter.error('Test #%d failed: Temporary directory "%s" does not exists (%s)'4059 # % (i, sDirTemp, fExists));4060 4048 try: 4061 4049 oFsObjInfo = oCurGuestSession.fsObjQueryInfo(sDirTemp, False);
Note:
See TracChangeset
for help on using the changeset viewer.