Changeset 83516 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Apr 2, 2020 4:25:00 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r83515 r83516 1789 1789 except Exception as oXcpt: 1790 1790 if vbox.ComError.notEqual(oXcpt, vbox.ComError.VBOX_E_OBJECT_NOT_FOUND): 1791 if oTstDrv.fpApiVer > 5.2:1791 if self.oTstDrv.fpApiVer > 5.2: 1792 1792 reporter.errorXcpt('Error reading directory "%s":' % (sCurDir,)); 1793 1793 else:
Note:
See TracChangeset
for help on using the changeset viewer.