Changeset 65226 in vbox for trunk/src/VBox/ValidationKit/testmanager/core/build.py
- Timestamp:
- Jan 10, 2017 3:36:36 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/core/build.py
r65053 r65226 152 152 self.dCache = None; 153 153 154 def fetchForListing(self, iStart, cMaxRows, tsNow ):154 def fetchForListing(self, iStart, cMaxRows, tsNow, aiSortColumns = None): 155 155 """ 156 156 Fetches testboxes for listing. … … 515 515 # 516 516 517 def fetchForListing(self, iStart, cMaxRows, tsNow ):517 def fetchForListing(self, iStart, cMaxRows, tsNow, aiSortColumns = None): 518 518 """ 519 519 Fetches builds for listing. … … 522 522 Raises exception on error. 523 523 """ 524 _ = aiSortColumns; 525 524 526 if tsNow is None: 525 527 self._oDb.execute('SELECT *\n'
Note:
See TracChangeset
for help on using the changeset viewer.