VirtualBox

Changeset 99934 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
May 23, 2023 12:29:37 PM (20 months ago)
Author:
vboxsync
Message:

testmanager: missing newline in sql. bugref:10364

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/core/testresults.py

    r98655 r99934  
    13701370        sQuery += '       ) AS TestSets\n' \
    13711371                  '       LEFT OUTER JOIN TestBoxesWithStrings\n' \
    1372                   '                    ON TestSets.idGenTestBox     = TestBoxesWithStrings.idGenTestBox' \
     1372                  '                    ON TestSets.idGenTestBox     = TestBoxesWithStrings.idGenTestBox\n' \
    13731373                  '       LEFT OUTER JOIN Builds AS TestSuiteBits\n' \
    13741374                  '                    ON TestSuiteBits.idBuild     =  TestSets.idBuildTestSuite\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