Changeset 72112 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- May 4, 2018 12:56:40 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r72104 r72112 3309 3309 3310 3310 if self.oTstDrv.sHost == "win": 3311 sScratchHstNotExist = sScratchHst + "\\does-not-exist\\"; 3312 sScratchHstInvalid = "?*|invalid-name?*|"; 3311 sScratchHstNotExist = sScratchHst + "\\does-not-exist\\"; 3312 sScratchHstNotExistChain = sScratchHst + "\\does\\not\\exist\\"; 3313 sScratchHstInvalid = "?*|invalid-name?*|"; 3313 3314 else: 3314 sScratchHstNotExist = sScratchHst + "/does-not-exist/"; 3315 sScratchHstInvalid = "/"; 3315 sScratchHstNotExist = sScratchHst + "/does-not-exist/"; 3316 sScratchHstNotExistChain = sScratchHst + "/does/not/exist/"; 3317 sScratchHstInvalid = "/"; 3316 3318 3317 3319 try: … … 3417 3419 # Copying contents of directories into a non-existing directory chain on the host which fail. 3418 3420 [ tdTestCopyFrom(sUser = sUser, sPassword = sPassword, sSrc = 'C:\\Windows\\Web\\', 3419 sDst = sScratchHstNotExist ,3421 sDst = sScratchHstNotExistChain, 3420 3422 aFlags = [ vboxcon.DirectoryCopyFlag_CopyIntoExisting ]), 3421 3423 tdTestResult(fRc = False) ],
Note:
See TracChangeset
for help on using the changeset viewer.