Changeset 79394 in vbox for trunk/src/VBox/ValidationKit/tests/additions
- Timestamp:
- Jun 27, 2019 1:50:12 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r79354 r79394 3325 3325 [ tdTestDirRead(sDirectory = '\\\\uncrulez\\foo'), tdTestResultDirRead() ], 3326 3326 ]); 3327 else: 3328 atTests.extend([ 3329 # More unusual stuff. 3330 [ tdTestDirRead(sDirectory = 'z:/'), tdTestResultDirRead() ], 3331 [ tdTestDirRead(sDirectory = '\\\\uncrulez\\foo'), tdTestResultDirRead() ], 3332 ]); 3327 3333 3328 # Read the system directory (ASSUMES at least 5 files in it): 3334 atTests.append([ tdTestDirRead(sDirectory = sSystemDir), tdTestResultDirRead(fRc = True, cFiles = -5, cDirs = None) ]); 3329 # Windows 7+ has inaccessible system32/com/dmp directory that screws up this test, so skip it on windows: 3330 if not oTestVm.isWindows(): 3331 atTests.append([ tdTestDirRead(sDirectory = sSystemDir), 3332 tdTestResultDirRead(fRc = True, cFiles = -5, cDirs = None) ]); 3335 3333 ## @todo trailing slash 3336 3334
Note:
See TracChangeset
for help on using the changeset viewer.