summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_verbose2.txt
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2013-10-16 15:59:27 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-06 13:33:10 +0100
commit326e9c8962532f66109f94f224f891c4445ce87f (patch)
tree382c9c6eb7bc66382d095e944acaa912b9dfcb98 /tests/auto/testlib/selftests/expected_verbose2.txt
parent6c322a917ad57d57f0ee76825eab3e2e008c5bd4 (diff)
Remove trailing space from QDebug stream
It's unexpected that all messages generated by the stream version of qDebug and friends have a trailing space. It also makes switching to categorized logging (which only supports the stream version) difficult, since all autotests checking for debug output would have to be adapted. Task-number: QTBUG-15256 Change-Id: I8d627a8379dc273d9689f5611184f03607b73823 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/auto/testlib/selftests/expected_verbose2.txt')
-rw-r--r--tests/auto/testlib/selftests/expected_verbose2.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/testlib/selftests/expected_verbose2.txt b/tests/auto/testlib/selftests/expected_verbose2.txt
index e9c7838f6d..d8c6e4a218 100644
--- a/tests/auto/testlib/selftests/expected_verbose2.txt
+++ b/tests/auto/testlib/selftests/expected_verbose2.txt
@@ -84,7 +84,7 @@ FAIL! : tst_Counting::testFailInInit(fail) Fail in init()
PASS : tst_Counting::testFailInInit(after)
INFO : tst_Counting::testFailInCleanup() entering
PASS : tst_Counting::testFailInCleanup(before)
-QDEBUG : tst_Counting::testFailInCleanup(fail) This test function should execute and then QFAIL in cleanup()
+QDEBUG : tst_Counting::testFailInCleanup(fail) This test function should execute and then QFAIL in cleanup()
FAIL! : tst_Counting::testFailInCleanup(fail) Fail in cleanup()
Loc: [/home/user/dev/qt5/qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp(242)]
PASS : tst_Counting::testFailInCleanup(after)
@@ -95,7 +95,7 @@ SKIP : tst_Counting::testSkipInInit(skip) Skip in init()
PASS : tst_Counting::testSkipInInit(after)
INFO : tst_Counting::testSkipInCleanup() entering
PASS : tst_Counting::testSkipInCleanup(before)
-QDEBUG : tst_Counting::testSkipInCleanup(skip) This test function should execute and then QSKIP in cleanup()
+QDEBUG : tst_Counting::testSkipInCleanup(skip) This test function should execute and then QSKIP in cleanup()
SKIP : tst_Counting::testSkipInCleanup(skip) Skip in cleanup()
Loc: [/home/user/dev/qt5/qtbase/tests/auto/testlib/selftests/counting/tst_counting.cpp(244)]
PASS : tst_Counting::testSkipInCleanup(after)