- Timestamp:
- Apr 12, 2018 3:58:12 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r71847 r71854 3404 3404 # Copying contents of directories into a non-existing directory chain on the host which fail. 3405 3405 [ tdTestCopyFrom(sUser = sUser, sPassword = sPassword, sSrc = 'C:\\Windows\\Web\\', 3406 sDst = sScratchHst + "/not/existing/", aFlags = [ vboxcon.DirectoryCopyFlag_CopyIntoExisting ]), 3406 sDst = sScratchHst + "/not/existing/", 3407 aFlags = [ vboxcon.DirectoryCopyFlag_CopyIntoExisting ]), 3407 3408 tdTestResult(fRc = False) ], 3408 3409 # Copying contents of directories into a non-existing directory on the host, which should succeed. 3409 3410 [ tdTestCopyFrom(sUser = sUser, sPassword = sPassword, sSrc = 'C:\\Windows\\Web\\', 3410 sDst = sScratchHst + "/no-existing/", aFlags = [ vboxcon.DirectoryCopyFlag_CopyIntoExisting ]), 3411 sDst = sScratchHst + "/no-existing/", 3412 aFlags = [ vboxcon.DirectoryCopyFlag_CopyIntoExisting ]), 3411 3413 tdTestResult(fRc = True) ] 3412 3414 ]);
Note:
See TracChangeset
for help on using the changeset viewer.