From 89c7db515993cf97d8533a11398a8cc09e762b5f Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Fri, 16 Sep 2011 14:48:56 +1000 Subject: 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 Reviewed-by: Rohan McGovern --- tests/auto/testlib/selftests/tst_selftests.cpp | 2 -- 1 file changed, 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); } -- cgit v1.2.3