summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-09-16 14:48:56 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-17 03:22:10 +0200
commit89c7db515993cf97d8533a11398a8cc09e762b5f (patch)
treeb4413b52e9a43db6883dc9fed255a07608cae0e8 /tests
parent218f0ca3b08674f7c0ce88123341955940eaf117 (diff)
Remove obsolete QEXPECT_FAIL calls
The removed calls related to tests that were removed when redundant logging functionality was removed. Change-Id: Iaebbc109eaaddb440ae78e1f4a1b4e874a8b2960 Reviewed-on: http://codereview.qt-project.org/5050 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/testlib/selftests/tst_selftests.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/testlib/selftests/tst_selftests.cpp b/tests/auto/testlib/selftests/tst_selftests.cpp
index e0642627a3..28d75f9591 100644
--- a/tests/auto/testlib/selftests/tst_selftests.cpp
+++ b/tests/auto/testlib/selftests/tst_selftests.cpp
@@ -420,9 +420,7 @@ void tst_Selftests::doRunSubTest(QString const& subdir, QString const& logger, Q
const char msg[] = "Q_ASSERT prints out the absolute path on this platform.";
QEXPECT_FAIL("assert", msg, Continue);
QEXPECT_FAIL("assert xml", msg, Continue);
- QEXPECT_FAIL("assert xml flush", msg, Continue);
QEXPECT_FAIL("assert lightxml", msg, Continue);
- QEXPECT_FAIL("assert lightxml flush", msg, Continue);
QEXPECT_FAIL("assert xunitxml", msg, Continue);
}