Changeset 66820 in vbox for trunk/src/VBox/ValidationKit/testmanager/core
- Timestamp:
- May 8, 2017 3:57:37 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115267
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/core/testresults.py
r65980 r66820 211 211 def getListOfFailures(self): 212 212 """ 213 Get a list of test results ins ances actually contributing to cErrors.214 215 Returns a list of TestResultDataEx ins ance from this tree. (shared!)213 Get a list of test results instances actually contributing to cErrors. 214 215 Returns a list of TestResultDataEx instance from this tree. (shared!) 216 216 """ 217 217 # Check each child (if any).
Note:
See TracChangeset
for help on using the changeset viewer.