From 437ae33b11c703ef33ebdede379b32463f22a2ee Mon Sep 17 00:00:00 2001 From: aavit Date: Thu, 9 Sep 2010 10:55:03 +0200 Subject: Open up for all platforms --- tests/auto/lancelot/tst_lancelot.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/auto/lancelot/tst_lancelot.cpp b/tests/auto/lancelot/tst_lancelot.cpp index 13a20e9..40fe7f2 100644 --- a/tests/auto/lancelot/tst_lancelot.cpp +++ b/tests/auto/lancelot/tst_lancelot.cpp @@ -100,8 +100,8 @@ 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_LINUX) && !defined(Q_OS_MAC) - QSKIP("For the moment, this test is only supported on Linux & Mac.", SkipAll); +#if defined(Q_OS_SOMEPLATFORM) + QSKIP("This test is not supported on this platform.", SkipAll); #endif if (!proto.connect()) { QWARN(qPrintable(proto.errorMessage())); -- cgit v0.12