summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_skipcleanup.txt
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2013-05-26 18:38:58 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-27 00:41:46 +0200
commite9723d9d31e1ec8ce3d56fb143621841b9f3f794 (patch)
tree151038a6dcaff0b3f9d7cdc56ef30916e9aef4d6 /tests/auto/testlib/selftests/expected_skipcleanup.txt
parentb571b6329b8dd51b22cdea58b512d9b19a7a78f3 (diff)
QtTest: Output correct library name
"QTest" is the C++ namespace; "QtTest" is the library name - Edited the logger output in qplaintestlogger.cpp - Updated documentation - Updated expected outputs for self-tests Change-Id: I43c525c43221a8d4e843a00d6d55b0f06ef55fd7 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/auto/testlib/selftests/expected_skipcleanup.txt')
-rw-r--r--tests/auto/testlib/selftests/expected_skipcleanup.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/testlib/selftests/expected_skipcleanup.txt b/tests/auto/testlib/selftests/expected_skipcleanup.txt
index c97f31c2a9..52845c355e 100644
--- a/tests/auto/testlib/selftests/expected_skipcleanup.txt
+++ b/tests/auto/testlib/selftests/expected_skipcleanup.txt
@@ -1,5 +1,5 @@
********* Start testing of tst_SkipCleanup *********
-Config: Using QTest library @INSERT_QT_VERSION_HERE@, Qt @INSERT_QT_VERSION_HERE@
+Config: Using QtTest library @INSERT_QT_VERSION_HERE@, Qt @INSERT_QT_VERSION_HERE@
PASS : tst_SkipCleanup::initTestCase()
PASS : tst_SkipCleanup::aTestFunction()
SKIP : tst_SkipCleanup::cleanupTestCase() Skip inside cleanupTestCase.