summaryrefslogtreecommitdiffstats
path: root/tests/environmentvariable
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2014-06-13 13:26:24 +0200
committerKarsten Heimrich <karsten.heimrich@digia.com>2014-06-16 17:56:39 +0200
commit0c478e02cb25933e203cb62eca995d3215cf1cb8 (patch)
tree923e90eb5deb1dff0db24bcbeb324406671524fa /tests/environmentvariable
parentab724c0a379d9b5f115b69cf2dd405cedc06e053 (diff)
Some more Qt5 QT_VERSION fixes.
Change-Id: I1b3596939cd4aca2b91da3f5b09f50f2639b6fbd Reviewed-by: Kai Koehne <kai.koehne@digia.com> Reviewed-by: Niels Weber <niels.weber@digia.com>
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");