diff options
author | aavit <qt-info@nokia.com> | 2010-09-09 08:55:03 (GMT) |
---|---|---|
committer | aavit <qt-info@nokia.com> | 2010-09-09 08:55:03 (GMT) |
commit | 437ae33b11c703ef33ebdede379b32463f22a2ee (patch) | |
tree | aa4bcce6f34f0b7d42922a3b9e28b066de582b6a /tests/auto/lancelot | |
parent | 3c29f241cebf18f4927579e054e2906915328cac (diff) | |
download | Qt-437ae33b11c703ef33ebdede379b32463f22a2ee.zip Qt-437ae33b11c703ef33ebdede379b32463f22a2ee.tar.gz Qt-437ae33b11c703ef33ebdede379b32463f22a2ee.tar.bz2 |
Open up for all platforms
Diffstat (limited to 'tests/auto/lancelot')
-rw-r--r-- | tests/auto/lancelot/tst_lancelot.cpp | 4 |
1 files 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())); |