Changeset 72048 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Apr 27, 2018 8:17:49 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r72046 r72048 3122 3122 sScratchGst = "C:\\Temp\\vboxtest\\testGuestCtrlCopyTo/"; 3123 3123 sScratchGstNotExist = "C:\\does-not-exist\\"; 3124 sScratchGstInvalid = " []?:";3124 sScratchGstInvalid = ":?"; 3125 3125 else: 3126 3126 sUser = "vbox"; … … 3298 3298 3299 3299 if self.oTstDrv.sHost == "win": 3300 sScratchHstInvalid = " []?:";3300 sScratchHstInvalid = ":?"; 3301 3301 else: 3302 3302 sScratchHstInvalid = "/";
Note:
See TracChangeset
for help on using the changeset viewer.