summaryrefslogtreecommitdiffstats
path: root/tests/auto/selftests/xunit
Commit message (Collapse)AuthorAgeFilesLines
* Fixed incorrect pass/fail semantics for xpass/xfail when usingRohan McGovern2009-05-191-0/+29
| | | | | | | | | | xunitxml testlib logger. In the testlib plain logger, xfail is considered a pass and xpass considered a fail. xunitxml had the opposite behavior; change it to be the same. Autotest: included
* Fixed qDebugs within tests being written as "error" tags in theRohan McGovern2009-05-071-1/+1
| | | | | | | | | | | | | xunitxml testlog. `error' in xunit causes many xunit processing tools to consider the test as failing. This is different semantics from native testlib XML, where a qDebug is considered a message and not a failure. Change it to put qDebugs under the "system-err" tag when using xunitxml to retain semantic compatibility with testlib XML. Autotest: tst_selftests
* Add license headers for these two files, which are new in 4.6 and didn't have itThiago Macieira2009-04-211-0/+34
|
* Merge branch '4.5'Rohan McGovern2009-03-261-0/+3
| | | | | Conflicts: tests/auto/selftests/tst_selftests.cpp
* Long live Qt!Lars Knoll2009-03-233-0/+64