Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed DataTag missing from testlib XML in some cases. | Rohan McGovern | 2010-04-19 | 1 | -4/+23 |
| | | | | Task-number: QTBUG-6320 | ||||
* | Reverted "qwarn" -> "qwarning" attribute change in XML test logs. | Rohan McGovern | 2010-04-19 | 1 | -1/+1 |
| | | | | | XML test logger message type changed from "qwarn" to "qwarning" for warnings, apparently accidentally. | ||||
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update license headers in files that are new in 4.6. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fixed incorrect pass/fail semantics for xpass/xfail when using | Rohan McGovern | 2009-05-19 | 1 | -6/+15 |
| | | | | | | | | | | 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 | ||||
* | Add license header to source files that don't have one. | Jason McDonald | 2009-05-07 | 1 | -0/+41 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fixed qDebugs within tests being written as "error" tags in the | Rohan McGovern | 2009-05-07 | 1 | -1/+12 |
| | | | | | | | | | | | | | 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 | ||||
* | Fixed invalid XML from testlib: `<Incident type="fail" (null)="" ...' | Rohan McGovern | 2009-05-06 | 1 | -1/+4 |
| | | | | | | | When failing without a filename, setting file to 0 does not work. File must be set to "". Autotest: 2d194009379a4e199ec246ca053ee97ee733482f | ||||
* | Fixes compile of testlib when Qt is configured with `-qtnamespace'. | Rohan McGovern | 2009-03-24 | 1 | -0/+4 |
| | | | | Reviewed-by: Andy Shaw | ||||
* | Long live Qt! | Lars Knoll | 2009-03-23 | 1 | -0/+335 |