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>bb10
parent
218f0ca3b0
commit
89c7db5159
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue