diff options
author | Magne Zachrisen <mazachri@cisco.com> | 2011-09-30 12:30:18 (GMT) |
---|---|---|
committer | Sinan Tanilkan <sinan.tanilkan@nokia.com> | 2011-09-30 14:12:22 (GMT) |
commit | 3c6f31d6b7ec382e18cfaabf5b9d6e7e56304029 (patch) | |
tree | a613a91363a8eedd5d918d40b3620c04216de89f | |
parent | 1a5b3356e5c07d4be19662fac1653ae98cddbbaa (diff) | |
download | Qt-3c6f31d6b7ec382e18cfaabf5b9d6e7e56304029.zip Qt-3c6f31d6b7ec382e18cfaabf5b9d6e7e56304029.tar.gz Qt-3c6f31d6b7ec382e18cfaabf5b9d6e7e56304029.tar.bz2 |
Added text about -random and -seed options in QTest to changelog
-rw-r--r-- | dist/changes-4.8.0 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/changes-4.8.0 b/dist/changes-4.8.0 index 39c0adf..a8b4a3a 100644 --- a/dist/changes-4.8.0 +++ b/dist/changes-4.8.0 @@ -183,6 +183,11 @@ QtDBus - QDBusConnection: Add methods disconnectFromPeer and connectToPeer - Make the DBus timeout configurable in QDBusAbstractInterface. +QtTest +------ + - Added -random and -seed options to tests, making the test cases within + a test execute in arbitrary order. + **************************************************************************** * Database Drivers * **************************************************************************** |