Changeset 97420 in vbox for trunk/src/VBox/ValidationKit/tests/additions
- Timestamp:
- Nov 6, 2022 11:24:24 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r97418 r97420 5076 5076 afFlags = [ vboxcon.DirectoryCopyFlag_CopyIntoExisting, ]), tdTestResultSuccess() ], 5077 5077 # Copy with a different destination name just for the heck of it: 5078 [ tdTestCopyFromDir(sSrc = oEmptyDirGst.sPath, sDst = os.path.join(sScratchDstDir2Hst, 'empty2'), fIntoDst = True), 5078 [ tdTestCopyFromDir(sSrc = oEmptyDirGst.sPath, sDst = os.path.join(sScratchDstDir2Hst, 'empty2'), 5079 fIntoDst = True), 5079 5080 tdTestResultSuccess() ], 5080 5081 ]);
Note:
See TracChangeset
for help on using the changeset viewer.