diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-07-15 03:21:14 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2009-07-15 03:30:33 (GMT) |
commit | 6574b785813d9576e64af63ddfae55ec2b429fc2 (patch) | |
tree | b9b98f7107d420764165a73bc192235e16434750 /tests/auto/selftests | |
parent | 05e3dc0d340934c681501e8d47b787ff4e68d32c (diff) | |
download | Qt-6574b785813d9576e64af63ddfae55ec2b429fc2.zip Qt-6574b785813d9576e64af63ddfae55ec2b429fc2.tar.gz Qt-6574b785813d9576e64af63ddfae55ec2b429fc2.tar.bz2 |
Fixed selftest failure.
Update maxwarnings for testlib string change.
Diffstat (limited to 'tests/auto/selftests')
-rw-r--r-- | tests/auto/selftests/expected_maxwarnings.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/selftests/expected_maxwarnings.txt b/tests/auto/selftests/expected_maxwarnings.txt index bb5e54f..8dae5f7 100644 --- a/tests/auto/selftests/expected_maxwarnings.txt +++ b/tests/auto/selftests/expected_maxwarnings.txt @@ -1,5 +1,5 @@ ********* Start testing of MaxWarnings ********* -Config: Using QTest library 4.1.0, Qt 4.1.0 +Config: Using QTest library 4.6.0, Qt 4.6.0 PASS : MaxWarnings::initTestCase() QWARN : MaxWarnings::warn() 0 QWARN : MaxWarnings::warn() 1 @@ -2002,7 +2002,7 @@ QWARN : MaxWarnings::warn() 1997 QWARN : MaxWarnings::warn() 1998 QWARN : MaxWarnings::warn() 1999 QWARN : MaxWarnings::warn() 2000 -QSYSTEM: MaxWarnings::warn() Maximum amount of warnings exceeded. +QSYSTEM: MaxWarnings::warn() Maximum amount of warnings exceeded. Use -maxwarnings to override. PASS : MaxWarnings::warn() PASS : MaxWarnings::cleanupTestCase() Totals: 3 passed, 0 failed, 0 skipped |