Changeset 71613 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Apr 2, 2018 9:35:11 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/api/tdMoveVM1.py
r71554 r71613 228 228 # 229 229 def checkAPIVersion(self): 230 if self.oTstDrv.fpApiVer >= 5. 3:230 if self.oTstDrv.fpApiVer >= 5.2: 231 231 return True 232 232
Note:
See TracChangeset
for help on using the changeset viewer.