VirtualBox

Changeset 61262 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
May 28, 2016 7:24:19 PM (9 years ago)
Author:
vboxsync
Message:

TestCaseArgsDataEx: Fixed regression from the TestCaseArgs table change. initFromDbWithGenIdEx had a hardcoded column count and got the value of the new field instead of the CURRENT_TIMESTAMP value it expected, breaking test case result details.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/core/testcaseargs.py

    r61255 r61262  
    210210        TestCaseArgsData.initFromDbRow(self, aoRow);
    211211
    212         tsNow = aoRow[11];
     212        tsNow = aoRow[TestCaseArgsData.kcDbColumns];
    213213        if tsConfigEff is None: tsConfigEff = tsNow;
    214214        if tsRsrcEff is None:   tsRsrcEff   = tsNow;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette