Changeset 72068 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Apr 30, 2018 10:46:41 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r72055 r72068 3122 3122 sScratchGst = "C:\\Temp\\vboxtest\\testGuestCtrlCopyTo/"; 3123 3123 sScratchGstNotExist = "C:\\does-not-exist\\"; 3124 sScratchGstInvalid = "? invalid-name";3124 sScratchGstInvalid = "?*|invalid-name?*|"; 3125 3125 else: 3126 3126 sUser = "vbox"; … … 3307 3307 3308 3308 if self.oTstDrv.sHost == "win": 3309 sScratchHstInvalid = "? invalid-name";3309 sScratchHstInvalid = "?*|invalid-name?*|"; 3310 3310 else: 3311 3311 sScratchHstInvalid = "/";
Note:
See TracChangeset
for help on using the changeset viewer.