diff options
author | axis <qt-info@nokia.com> | 2009-04-24 11:34:15 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-04-24 11:34:15 (GMT) |
commit | 8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76 (patch) | |
tree | a17e1a767a89542ab59907462206d7dcf2e504b2 /tests/auto/selftests/expected_warnings.txt | |
download | Qt-8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76.zip Qt-8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76.tar.gz Qt-8f427b2b914d5b575a4a7c0ed65d2fb8f45acc76.tar.bz2 |
Long live Qt for S60!
Diffstat (limited to 'tests/auto/selftests/expected_warnings.txt')
-rw-r--r-- | tests/auto/selftests/expected_warnings.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/auto/selftests/expected_warnings.txt b/tests/auto/selftests/expected_warnings.txt new file mode 100644 index 0000000..0a9437f --- /dev/null +++ b/tests/auto/selftests/expected_warnings.txt @@ -0,0 +1,24 @@ +********* Start testing of tst_Warnings ********* +Config: Using QTest library 4.1.0, Qt 4.1.0 +PASS : tst_Warnings::initTestCase() +testWarnings 1: next line prints "Warning" +QWARN : tst_Warnings::testWarnings() Warning +testWarnings 2: next line prints nothing +testWarnings 3: next line prints "Warning" +QWARN : tst_Warnings::testWarnings() Warning +testWarnings 4: over +testWarnings 5: next line prints "Debug" +QDEBUG : tst_Warnings::testWarnings() Debug +testWarnings 6: next line prints nothing +testWarnings 7: next line prints "Debug" +QDEBUG : tst_Warnings::testWarnings() Debug +testWarnings 8: next comes "Baba" twice +QDEBUG : tst_Warnings::testWarnings() Baba +QDEBUG : tst_Warnings::testWarnings() Baba +PASS : tst_Warnings::testWarnings() +INFO : tst_Warnings::testMissingWarnings() Did not receive message: "Warning0" +INFO : tst_Warnings::testMissingWarnings() Did not receive message: "Warning1" +FAIL! : tst_Warnings::testMissingWarnings() Not all expected messages were received +PASS : tst_Warnings::cleanupTestCase() +Totals: 3 passed, 1 failed, 0 skipped +********* Finished testing of tst_Warnings ********* |