Changeset 92681 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Dec 1, 2021 8:47:39 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 148579
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r84979 r92681 4723 4723 tdTestResultFailure() ], 4724 4724 # Copy with a different destination name just for the heck of it: 4725 [ tdTestCopyToDir(sSrc = sScratchEmptyDirHst, sDst = oTestVm.pathJoin(sScratchDstDir1Gst, 'empty2')), 4726 tdTestResultSuccess() ], 4725 # disabled at the moment, causes test failures due to the non-existing target 4726 #[ tdTestCopyToDir(sSrc = sScratchEmptyDirHst, sDst = oTestVm.pathJoin(sScratchDstDir1Gst, 'empty2')), 4727 # tdTestResultSuccess() ], 4727 4728 ]); 4728 4729 atTests.extend([
Note:
See TracChangeset
for help on using the changeset viewer.