diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2009-11-13 09:47:43 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-11-13 09:51:04 (GMT) |
commit | edede3b20aa6ffdb16c790f7e537f5b8e9c96e68 (patch) | |
tree | cec34256642221335727f5b191eaa6c5c6a4fdc1 | |
parent | 6e209bb09f3feef210bc65f94cf8f58dd8e3b4a9 (diff) | |
download | Qt-edede3b20aa6ffdb16c790f7e537f5b8e9c96e68.zip Qt-edede3b20aa6ffdb16c790f7e537f5b8e9c96e68.tar.gz Qt-edede3b20aa6ffdb16c790f7e537f5b8e9c96e68.tar.bz2 |
Add an entry to the changelog about the XUnit support in QtTest
-rw-r--r-- | dist/changes-4.6.0 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0 index a257c91..7c97aa5 100644 --- a/dist/changes-4.6.0 +++ b/dist/changes-4.6.0 @@ -56,7 +56,10 @@ MR#1234 - Merge Request: http://qt.gitorious.org * New abstract video output classes. - New state machine framework added to QtCore. - + + - QtTest now supports outputting XUnit XML documents, for integrating + with existing continuous integration systems. This is enabled by + running the test program with the -xunitxml option. Third party components ---------------------- |