Changeset 72103 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- May 4, 2018 8:49:33 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r72081 r72103 3238 3238 # Copying directories with contain files we don't have read access to. 3239 3239 [ tdTestCopyTo(sUser = sUser, sPassword = sPassword, sSrc = 'C:\\Windows\\security', 3240 sDst = sScratchGst ),3240 sDst = sScratchGst, aFlags = [ vboxcon.DirectoryCopyFlag_CopyIntoExisting ]), 3241 3241 tdTestResult(fRc = False) ], 3242 3242 # Copying directories with regular files. 3243 3243 [ tdTestCopyTo(sUser = sUser, sPassword = sPassword, sSrc = 'C:\\Windows\\Help', 3244 sDst = sScratchGst ),3244 sDst = sScratchGst, aFlags = [ vboxcon.DirectoryCopyFlag_CopyIntoExisting ]), 3245 3245 tdTestResult(fRc = True) ] 3246 3246 ]);
Note:
See TracChangeset
for help on using the changeset viewer.