Changeset 79092 in vbox for trunk/src/VBox/ValidationKit/testmanager/core/testcaseargs.py
- Timestamp:
- Jun 11, 2019 3:26:40 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131252
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/core/testcaseargs.py
r79087 r79092 351 351 def addTestCaseArgs(self, oTestCaseArgsData): 352 352 """Add Test Case Args record into DB""" 353 pass 353 pass; # pylint: disable=unnecessary-pass 354 354 355 355 def cachedLookup(self, idTestCaseArgs):
Note:
See TracChangeset
for help on using the changeset viewer.