diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-11-13 12:55:38 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-11-13 12:55:38 (GMT) |
commit | 9d2067518569bf8c0dee88e533513ce5e4c0b4f6 (patch) | |
tree | 8b3f147ca1ec7683a22571520c7cd01a3f4b4560 | |
parent | ed223770eeffa6217e08b26aaca6ee09c0598995 (diff) | |
download | Qt-9d2067518569bf8c0dee88e533513ce5e4c0b4f6.zip Qt-9d2067518569bf8c0dee88e533513ce5e4c0b4f6.tar.gz Qt-9d2067518569bf8c0dee88e533513ce5e4c0b4f6.tar.bz2 |
Add an entry to the changelog about the XUnit support in QtTest
(cherry picked from commit edede3b20aa6ffdb16c790f7e537f5b8e9c96e68)
Conflicts:
dist/changes-4.6.0
-rw-r--r-- | dist/changes-4.6.0 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0 index 63822ab..8f9be48 100644 --- a/dist/changes-4.6.0 +++ b/dist/changes-4.6.0 @@ -11,13 +11,9 @@ Some of the changes listed in this file include issue tracking numbers corresponding to tasks in the Qt Bug Tracker, the (now obsolete) Task Tracker, or the Merge Request queue of the public source repository. -Each of these identifiers can be entered in the tracker to obtain more -information about a particular change. Issue numbers for the various -trackers have the following formats: - -QTBUG-1234 - Qt Bug Tracker: http://bugreports.qt.nokia.com -MR#1234 - Merge Request: http://qt.gitorious.org -123456 - Task Tracker: http://qt.nokia.com/developer/task-tracker +Qt Bug Tracker: http://bugreports.qt.nokia.com +Task Tracker: http://qt.nokia.com/developer/task-tracker +Merge Request: http://qt.gitorious.org **************************************************************************** * General * @@ -60,6 +56,10 @@ MR#1234 - Merge Request: http://qt.gitorious.org - QContiguousCache * New class for efficiently caching items within a scrolling view. + - 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 ---------------------- |