aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/qml/qqmlqt/tst_qqmlqt.cpp3
-rw-r--r--tests/auto/qml/qquickfolderlistmodel/tst_qquickfolderlistmodel.cpp1
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/qml/qqmlqt/tst_qqmlqt.cpp b/tests/auto/qml/qqmlqt/tst_qqmlqt.cpp
index da33a46c68..6d08054250 100644
--- a/tests/auto/qml/qqmlqt/tst_qqmlqt.cpp
+++ b/tests/auto/qml/qqmlqt/tst_qqmlqt.cpp
@@ -50,9 +50,6 @@
#ifdef Q_OS_WIN
# include <qt_windows.h>
# include <time.h>
-# if defined(Q_OS_WINRT)
-# define tzset()
-# endif
#endif
class tst_qqmlqt : public QQmlDataTest
diff --git a/tests/auto/qml/qquickfolderlistmodel/tst_qquickfolderlistmodel.cpp b/tests/auto/qml/qquickfolderlistmodel/tst_qquickfolderlistmodel.cpp
index dccd3951b3..7116e1db49 100644
--- a/tests/auto/qml/qquickfolderlistmodel/tst_qquickfolderlistmodel.cpp
+++ b/tests/auto/qml/qquickfolderlistmodel/tst_qquickfolderlistmodel.cpp
@@ -66,7 +66,6 @@ private slots:
void refresh();
void cdUp();
#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();