Changeset 65226 in vbox for trunk/src/VBox/ValidationKit/testmanager/core/testgroup.py
- Timestamp:
- Jan 10, 2017 3:36:36 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112734
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/core/testgroup.py
r65040 r65226 380 380 # 381 381 382 def fetchForListing(self, iStart, cMaxRows, tsNow ):382 def fetchForListing(self, iStart, cMaxRows, tsNow, aiSortColumns = None): 383 383 """ 384 384 Fetches test groups. … … 387 387 Raises exception on error. 388 388 """ 389 _ = aiSortColumns; 389 390 if tsNow is None: 390 391 self._oDb.execute('SELECT *\n'
Note:
See TracChangeset
for help on using the changeset viewer.