VirtualBox

Ignore:
Timestamp:
Jan 31, 2017 10:35:17 AM (8 years ago)
Author:
vboxsync
Message:

TestCaseArgsLogic.cachedLookup: fix

File:
1 edited

Legend:

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

    r62484 r65533  
    386386                aaoRow = self._oDb.fetchOne();
    387387                oEntry = TestCaseArgsDataEx();
    388                 tsNow  = oEntry.initFromDbRow(aaoRow).tsEffective if fNeedTsNow else None;
     388                tsNow  = TestCaseArgsData().initFromDbRow(aaoRow).tsEffective if fNeedTsNow else None;
    389389                oEntry.initFromDbRowEx(aaoRow, self._oDb, tsNow, tsNow);
    390390                self.dCache[idTestCaseArgs] = oEntry;
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