aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/qquickfolderlistmodel/tst_qquickfolderlistmodel.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qml/qquickfolderlistmodel/tst_qquickfolderlistmodel.cpp b/tests/auto/qml/qquickfolderlistmodel/tst_qquickfolderlistmodel.cpp
index e03befe25a..a6e6345223 100644
--- a/tests/auto/qml/qquickfolderlistmodel/tst_qquickfolderlistmodel.cpp
+++ b/tests/auto/qml/qquickfolderlistmodel/tst_qquickfolderlistmodel.cpp
@@ -75,8 +75,8 @@ private slots:
void resetFiltering();
void refresh();
void cdUp();
-#if defined (Q_OS_WIN) && !defined (Q_OS_WINCE)
- // WinCE does not have drive concept, so lets execute this test only on desktop Windows.
+#ifdef Q_OS_WIN32
+ // WinCE/WinRT do not have drive APIs, so let's execute this test only on desktop Windows.
void changeDrive();
#endif
void showDotAndDotDot();
@@ -240,7 +240,7 @@ void tst_qquickfolderlistmodel::cdUp()
}
}
-#if defined (Q_OS_WIN) && !defined (Q_OS_WINCE)
+#ifdef Q_OS_WIN32
void tst_qquickfolderlistmodel::changeDrive()
{
QSKIP("QTBUG-26728");