From 931978a1262b3705db474acb0ebb4359b4a86ccf Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Fri, 7 Oct 2011 11:29:44 +1000 Subject: Remove dead code and empty test functions. Change-Id: Iaf8ac514d814c9321f8dcd09b2bf3331f87154e6 Reviewed-on: http://codereview.qt-project.org/6191 Reviewed-by: Qt Sanity Bot Reviewed-by: Rohan McGovern --- tests/auto/lancelot/tst_lancelot.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/auto/lancelot/tst_lancelot.cpp') diff --git a/tests/auto/lancelot/tst_lancelot.cpp b/tests/auto/lancelot/tst_lancelot.cpp index 79a221fa0e..07ed74ec6a 100644 --- a/tests/auto/lancelot/tst_lancelot.cpp +++ b/tests/auto/lancelot/tst_lancelot.cpp @@ -111,9 +111,6 @@ void tst_Lancelot::initTestCase() // (e.g. script files not found) as just warnings, and not QFAILs, to avoid false negatives // caused by environment or server instability -#if defined(Q_OS_SOMEPLATFORM) - QSKIP("This test is not supported on this platform.", SkipAll); -#endif if (!proto.connect(QLatin1String("tst_Lancelot"), &dryRunMode, clientInfo)) QSKIP(qPrintable(proto.errorMessage()), SkipAll); -- cgit v1.2.3