summaryrefslogtreecommitdiffstats
path: root/tests/environmentvariable
diff options
context:
space:
mode:
Diffstat (limited to 'tests/environmentvariable')
-rw-r--r--tests/environmentvariable/environmentvariabletest.cpp12
1 files changed, 2 insertions, 10 deletions
diff --git a/tests/environmentvariable/environmentvariabletest.cpp b/tests/environmentvariable/environmentvariabletest.cpp
index 472992214..5fe484a29 100644
--- a/tests/environmentvariable/environmentvariabletest.cpp
+++ b/tests/environmentvariable/environmentvariabletest.cpp
@@ -60,11 +60,7 @@ EnvironmentVariableTest::EnvironmentVariableTest()
void EnvironmentVariableTest::testPersistentNonSystem()
{
#ifndef Q_OS_WIN
- #if QT_VERSION < 0x050000
- QSKIP("This operation only works on Windows", SkipSingle);
- #else
- QSKIP("This operation only works on Windows");
- #endif
+ QSKIP("This operation only works on Windows");
#endif
KDUpdater::Application app;
QString key = QLatin1String("IFW_TestKey");
@@ -93,11 +89,7 @@ void EnvironmentVariableTest::testPersistentNonSystem()
void EnvironmentVariableTest::testNonPersistentNonSystem()
{
#ifndef Q_OS_WIN
- #if QT_VERSION < 0x050000
- QSKIP("This operation only works on Windows", SkipSingle);
- #else
- QSKIP("This operation only works on Windows");
- #endif
+ QSKIP("This operation only works on Windows");
#endif
KDUpdater::Application app;
QString key = QLatin1String("IFW_TestKey");