summaryrefslogtreecommitdiffstats
path: root/tests/auto/lancelot
diff options
context:
space:
mode:
authoraavit <qt-info@nokia.com>2010-09-09 10:55:03 +0200
committeraavit <qt-info@nokia.com>2010-09-09 10:55:03 +0200
commit437ae33b11c703ef33ebdede379b32463f22a2ee (patch)
treeaa4bcce6f34f0b7d42922a3b9e28b066de582b6a /tests/auto/lancelot
parent3c29f241cebf18f4927579e054e2906915328cac (diff)
Open up for all platforms
Diffstat (limited to 'tests/auto/lancelot')
-rw-r--r--tests/auto/lancelot/tst_lancelot.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/lancelot/tst_lancelot.cpp b/tests/auto/lancelot/tst_lancelot.cpp
index 13a20e94a9..40fe7f2a7a 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()));