Changeset 72170 in vbox for trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
- Timestamp:
- May 8, 2018 5:01:02 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r72169 r72170 3240 3240 ## additionally it's not really clear if this fails reliably on all Windows versions, even 3241 3241 ## the old ones like XP with a "proper" administrator. 3242 #[ tdTestCopyTo(sUser = sUser, sPassword = sPassword, sSrc = os.path.join(sSystemRoot, 'security' ,3242 #[ tdTestCopyTo(sUser = sUser, sPassword = sPassword, sSrc = os.path.join(sSystemRoot, 'security'), 3243 3243 # sDst = sScratchGst, aFlags = [ vboxcon.DirectoryCopyFlag_CopyIntoExisting ]), 3244 3244 # tdTestResult(fRc = False) ], 3245 3245 # Copying directories with regular files. 3246 [ tdTestCopyTo(sUser = sUser, sPassword = sPassword, sSrc = os.path.join(sSystemRoot, 'Help' ,3246 [ tdTestCopyTo(sUser = sUser, sPassword = sPassword, sSrc = os.path.join(sSystemRoot, 'Help'), 3247 3247 sDst = sScratchGst, aFlags = [ vboxcon.DirectoryCopyFlag_CopyIntoExisting ]), 3248 3248 tdTestResult(fRc = True) ]
Note:
See TracChangeset
for help on using the changeset viewer.