Changeset 77355 in vbox for trunk/src/VBox
- Timestamp:
- Feb 19, 2019 8:59:52 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r77350 r77355 2615 2615 ]); 2616 2616 2617 if oTestVm.s Kind == "WindowsXP":2617 if oTestVm.sVmName == "tst-xppro": 2618 2618 aaTests.extend([ 2619 2619 # Reading directories. … … 2624 2624 [ tdTestDirRead(sUser = sUser, sPassword = sPassword, sDirectory = 'c:\\Windows\\Web'), 2625 2625 tdTestResultDirRead(fRc = True, numDirs = 3, numFiles = 55) ] 2626 ]); 2627 2628 if oTestVm.sVmName == "tst-xpsp2": 2629 aaTests.extend([ 2630 # Reading directories. 2631 [ tdTestDirRead(sUser = sUser, sPassword = sPassword, sDirectory = '../../Windows/Media'), 2632 tdTestResultDirRead(fRc = True, numFiles = 38) ], 2633 [ tdTestDirRead(sUser = sUser, sPassword = sPassword, sDirectory = 'c:\\Windows\\Help'), 2634 tdTestResultDirRead(fRc = True, numDirs = 13, numFiles = 574) ], 2635 [ tdTestDirRead(sUser = sUser, sPassword = sPassword, sDirectory = 'c:\\Windows\\Web'), 2636 tdTestResultDirRead(fRc = True, numDirs = 3, numFiles = 49) ] 2626 2637 ]); 2627 2638 else:
Note:
See TracChangeset
for help on using the changeset viewer.