Changeset 97422 in vbox for trunk/src/VBox/ValidationKit/tests/additions
- Timestamp:
- Nov 6, 2022 1:47:51 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r97421 r97422 5054 5054 # This should fail, as sScratchHst exists and is a directory. 5055 5055 [ tdTestCopyFromFile(oSrc = oExistingFileGst, sDst = sScratchHst), tdTestResultFailure() ], 5056 # Same existing host directory, but this time with a trailing slash. 5056 # Same existing host directory, but this time with a trailing slash. 5057 5057 # This should succeed, as the file isn't there yet on the destination. 5058 5058 [ tdTestCopyFromFile(oSrc = oExistingFileGst, sDst = sScratchHst + os.path.sep), tdTestResultSuccess() ], … … 5086 5086 afFlags = [ vboxcon.DirectoryCopyFlag_CopyIntoExisting, ]), tdTestResultSuccess() ], 5087 5087 # Copy with a different destination name just for the heck of it: 5088 [ tdTestCopyFromDir(sSrc = oEmptyDirGst.sPath, sDst = os.path.join(sScratchDstDir2Hst, 'empty2'), 5088 [ tdTestCopyFromDir(sSrc = oEmptyDirGst.sPath, sDst = os.path.join(sScratchDstDir2Hst, 'empty2'), 5089 5089 fIntoDst = True), 5090 5090 tdTestResultSuccess() ],
Note:
See TracChangeset
for help on using the changeset viewer.