summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.6.0
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-11-13 09:47:43 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2009-11-13 09:51:04 (GMT)
commitedede3b20aa6ffdb16c790f7e537f5b8e9c96e68 (patch)
treecec34256642221335727f5b191eaa6c5c6a4fdc1 /dist/changes-4.6.0
parent6e209bb09f3feef210bc65f94cf8f58dd8e3b4a9 (diff)
downloadQt-edede3b20aa6ffdb16c790f7e537f5b8e9c96e68.zip
Qt-edede3b20aa6ffdb16c790f7e537f5b8e9c96e68.tar.gz
Qt-edede3b20aa6ffdb16c790f7e537f5b8e9c96e68.tar.bz2
Add an entry to the changelog about the XUnit support in QtTest
Diffstat (limited to 'dist/changes-4.6.0')
-rw-r--r--dist/changes-4.6.05
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
----------------------