Changeset 103215 in vbox
- Timestamp:
- Feb 6, 2024 7:49:28 AM (15 months ago)
- svn:sync-xref-src-repo-rev:
- 161482
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r103211 r103215 2716 2716 return False; 2717 2717 2718 fRc = True; 2719 2718 2720 if self.oTstDrv.fpApiVer >= 7.1 \ 2719 and oTestVm.isWindows(): 2721 and oTestVm.isWindows() \ 2722 and oTestVm.sKind not in ('WindowsNT4', 'Windows2000',): 2720 2723 reporter.testStart('Windows guest processes in session >= 1'); 2721 2724 # Test in which Windows session Guest Control processes are being started.
Note:
See TracChangeset
for help on using the changeset viewer.