VirtualBox

Ignore:
Timestamp:
Jan 10, 2017 3:36:36 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112734
Message:

TestManager: Hacked up some basic testbox sorting during the weekly meeting.

File:
1 edited

Legend:

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

    r65040 r65226  
    380380    #
    381381
    382     def fetchForListing(self, iStart, cMaxRows, tsNow):
     382    def fetchForListing(self, iStart, cMaxRows, tsNow, aiSortColumns = None):
    383383        """
    384384        Fetches test groups.
     
    387387        Raises exception on error.
    388388        """
     389        _ = aiSortColumns;
    389390        if tsNow is None:
    390391            self._oDb.execute('SELECT   *\n'
Note: See TracChangeset for help on using the changeset viewer.

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