0
|
1 |
********* Start testing of tst_Warnings *********
|
|
2 |
Config: Using QTest library 4.1.0, Qt 4.1.0
|
|
3 |
PASS : tst_Warnings::initTestCase()
|
|
4 |
testWarnings 1: next line prints "Warning"
|
|
5 |
QWARN : tst_Warnings::testWarnings() Warning
|
|
6 |
testWarnings 2: next line prints nothing
|
|
7 |
testWarnings 3: next line prints "Warning"
|
|
8 |
QWARN : tst_Warnings::testWarnings() Warning
|
|
9 |
testWarnings 4: over
|
|
10 |
testWarnings 5: next line prints "Debug"
|
|
11 |
QDEBUG : tst_Warnings::testWarnings() Debug
|
|
12 |
testWarnings 6: next line prints nothing
|
|
13 |
testWarnings 7: next line prints "Debug"
|
|
14 |
QDEBUG : tst_Warnings::testWarnings() Debug
|
|
15 |
testWarnings 8: next comes "Baba" twice
|
|
16 |
QDEBUG : tst_Warnings::testWarnings() Baba
|
|
17 |
QDEBUG : tst_Warnings::testWarnings() Baba
|
|
18 |
PASS : tst_Warnings::testWarnings()
|
|
19 |
INFO : tst_Warnings::testMissingWarnings() Did not receive message: "Warning0"
|
|
20 |
INFO : tst_Warnings::testMissingWarnings() Did not receive message: "Warning1"
|
|
21 |
FAIL! : tst_Warnings::testMissingWarnings() Not all expected messages were received
|
|
22 |
PASS : tst_Warnings::cleanupTestCase()
|
|
23 |
Totals: 3 passed, 1 failed, 0 skipped
|
|
24 |
********* Finished testing of tst_Warnings *********
|