Changeset 99934 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- May 23, 2023 12:29:37 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/core/testresults.py
r98655 r99934 1370 1370 sQuery += ' ) AS TestSets\n' \ 1371 1371 ' LEFT OUTER JOIN TestBoxesWithStrings\n' \ 1372 ' ON TestSets.idGenTestBox = TestBoxesWithStrings.idGenTestBox ' \1372 ' ON TestSets.idGenTestBox = TestBoxesWithStrings.idGenTestBox\n' \ 1373 1373 ' LEFT OUTER JOIN Builds AS TestSuiteBits\n' \ 1374 1374 ' ON TestSuiteBits.idBuild = TestSets.idBuildTestSuite\n' \
Note:
See TracChangeset
for help on using the changeset viewer.