Changeset 79067 in vbox for trunk/src/VBox/ValidationKit/tests/api/tdPython1.py
- Timestamp:
- Jun 10, 2019 10:56:46 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131227
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/api/tdPython1.py
r76553 r79067 54 54 55 55 def __init__(self, oTstDrv): 56 base.SubTestDriverBase.__init__(self, 'python-binding', oTstDrv)56 base.SubTestDriverBase.__init__(self, oTstDrv, 'python-binding', 'Python bindings'); 57 57 58 58 def testIt(self):
Note:
See TracChangeset
for help on using the changeset viewer.