Changeset 65494 in vbox for trunk/src/VBox/ValidationKit/testmanager/core
- Timestamp:
- Jan 28, 2017 2:20:47 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/core/testresults.py
r65335 r65494 1961 1961 'GROUP BY Builds.iRevision\n' 1962 1962 'ORDER BY Builds.iRevision DESC\n' ); 1963 workerDoFetch( BuildLogic);1963 workerDoFetch(None, fIdIsName = True); 1964 1964 1965 1965 # Build branches.
Note:
See TracChangeset
for help on using the changeset viewer.