VirtualBox

Ignore:
Timestamp:
Feb 13, 2023 8:53:11 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
155833
Message:

testmanager: Switch the 'skipped' and 'failure' columns, so that well always have the 'failure' one as the red one with google bar charts. [fix] bugref:10364

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/webui/wuireport.py

    r98551 r98552  
    293293                if cTotalSkipped > 0:
    294294                    oTable.addRow(None, #self._oModel.getPeriodDesc(i),
    295                                   [ cSuccesses, cSkipped, cFailures, ],
     295                                  [ cSuccesses, cFailures, cSkipped, ],
    296296                                  [ str(cSuccesses) if cSuccesses > 0 else None,
    297297                                    str(cFailures) if cFailures > 0 else None,
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