Changeset 72046 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Apr 26, 2018 3:40:26 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r72008 r72046 928 928 'dir_create', 'dir_create_temp', 'dir_read', 929 929 'file_remove', 'file_stat', 'file_read', 'file_write', 930 #'copy_to', 'copy_from',930 'copy_to', 'copy_from', 931 931 'update_additions' 932 932 ]; … … 3386 3386 if self.oTstDrv.fpApiVer > 5.2: # Copying directories via Main is supported only in versions > 5.2. 3387 3387 aaTests.extend([ 3388 # Copying entire directories (destination is "<sScratch >", which exists, which should fail).3388 # Copying entire directories (destination is "<sScratchHst>\Web"). 3389 3389 [ tdTestCopyFrom(sUser = sUser, sPassword = sPassword, sSrc = 'C:\\Windows\\Web', 3390 3390 sDst = sScratchHst), 3391 tdTestResult(fRc = False) ], 3392 # Ditto, with trailing slash. 3391 tdTestResult(fRc = True) ], 3392 # Repeat -- this time it should fail, as the destination directory already exists (and 3393 # DirectoryCopyFlag_CopyIntoExisting is not specified). 3393 3394 [ tdTestCopyFrom(sUser = sUser, sPassword = sPassword, sSrc = 'C:\\Windows\\Web', 3394 3395 sDst = sScratchHst + "/"),
Note:
See TracChangeset
for help on using the changeset viewer.