VirtualBox

Ignore:
Timestamp:
Jan 10, 2017 3:36:36 PM (8 years ago)
Author:
vboxsync
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/build.py

    r65053 r65226  
    152152        self.dCache = None;
    153153
    154     def fetchForListing(self, iStart, cMaxRows, tsNow):
     154    def fetchForListing(self, iStart, cMaxRows, tsNow, aiSortColumns = None):
    155155        """
    156156        Fetches testboxes for listing.
     
    515515    #
    516516
    517     def fetchForListing(self, iStart, cMaxRows, tsNow):
     517    def fetchForListing(self, iStart, cMaxRows, tsNow, aiSortColumns = None):
    518518        """
    519519        Fetches builds for listing.
     
    522522        Raises exception on error.
    523523        """
     524        _ = aiSortColumns;
     525
    524526        if tsNow is None:
    525527            self._oDb.execute('SELECT   *\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