Changeset 61461 in vbox for trunk/src/VBox/ValidationKit/testmanager/core
- Timestamp:
- Jun 4, 2016 1:09:44 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/core/testresultfailures.py
r61284 r61461 132 132 def initFromDbRowEx(self, aoRow, oFailureReasonLogic, oUserAccountLogic): 133 133 """ 134 Reinitialize from a query like this: 135 SELECT TestResultFiles.*, 136 StrTabFile.sValue AS sFile, 137 StrTabDesc.sValue AS sDescription 138 StrTabKind.sValue AS sKind, 139 StrTabMime.sValue AS sMime, 140 FROM ... 141 134 Reinitialize from a SELECT * FROM TestResultFailures. 142 135 Return self. Raises exception if no row. 143 136 """
Note:
See TracChangeset
for help on using the changeset viewer.