diff options
author | Magne Zachrisen <mazachri@cisco.com> | 2011-09-30 14:30:18 +0200 |
---|---|---|
committer | Sinan Tanilkan <sinan.tanilkan@nokia.com> | 2011-09-30 16:12:22 +0200 |
commit | 3c6f31d6b7ec382e18cfaabf5b9d6e7e56304029 (patch) | |
tree | a613a91363a8eedd5d918d40b3620c04216de89f /dist | |
parent | 1a5b3356e5c07d4be19662fac1653ae98cddbbaa (diff) | |
download | qt4-tools-3c6f31d6b7ec382e18cfaabf5b9d6e7e56304029.tar.gz |
Added text about -random and -seed options in QTest to changelog
Diffstat (limited to 'dist')
-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 39c0adf028..a8b4a3a69e 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 * **************************************************************************** |