Changeset 61262 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- May 28, 2016 7:24:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/core/testcaseargs.py
r61255 r61262 210 210 TestCaseArgsData.initFromDbRow(self, aoRow); 211 211 212 tsNow = aoRow[ 11];212 tsNow = aoRow[TestCaseArgsData.kcDbColumns]; 213 213 if tsConfigEff is None: tsConfigEff = tsNow; 214 214 if tsRsrcEff is None: tsRsrcEff = tsNow;
Note:
See TracChangeset
for help on using the changeset viewer.