VirtualBox

Changeset 61221 in vbox for trunk


Ignore:
Timestamp:
May 27, 2016 1:36:20 AM (9 years ago)
Author:
vboxsync
Message:

testmanager/core/testbox.py: Don't drop sReport in editEntry().

File:
1 edited

Legend:

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

    r61220 r61221  
    523523
    524524            # Would be easier to do this using an insert or update hook, I think. Much easier.
     525
     526            ##
     527            ## @todo The table is growing too fast.  Rows are too long.  Mixing data from here and there.  Split it and
     528            ##       rethink storage and update strategy!
     529            ##
     530
    525531            self._oDb.execute('INSERT INTO TestBoxes (\n'
    526532                              '         idGenTestBox,\n'
     
    550556                              '         cMbMemory,\n'
    551557                              '         cMbScratch,\n'
     558                              '         sReport,\n'
    552559                              '         iTestBoxScriptRev,\n'
    553560                              '         iPythonHexVersion,\n'
     
    580587                              '         cMbMemory,\n'
    581588                              '         cMbScratch,\n'
     589                              '         sReport,\n'
    582590                              '         iTestBoxScriptRev,\n'
    583591                              '         iPythonHexVersion,\n'
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