VirtualBox

Ignore:
Timestamp:
Jul 8, 2016 9:02:56 AM (9 years ago)
Author:
vboxsync
Message:

ValidationKit/testmanager/testgroup.py: Fix regression resulting in not being able to create new test groups

File:
1 edited

Legend:

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

    r61472 r62127  
    422422        #
    423423        self._oDb.execute('INSERT INTO TestGroups (uidAuthor, sName, sDescription, sComment)\n'
    424                           'VALUES (%s, %s, %s)\n'
     424                          'VALUES (%s, %s, %s, %s)\n'
    425425                          'RETURNING idTestGroup\n'
    426426                          , ( uidAuthor,
    427427                              oData.sName,
    428428                              oData.sDescription,
    429                               oData.sComment, ));
     429                              oData.sComment ));
    430430        idTestGroup = self._oDb.fetchOne()[0];
    431431        oData.idTestGroup = idTestGroup;
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