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