aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2022-05-30 17:46:09 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-06-10 20:41:05 +0000
commit5565c023e9c5c3f7cf8e45e05a4607699280f013 (patch)
treeb85d2f9af6e8ad99828cd8a298ce415ba8a751bd /tests
parent7542a45f6ad7699a86e02369d898a23e659d744b (diff)
Restore the QTime round-trip on macOS
The QLocalTime revolution has fixed this. Change-Id: Ieeb21b81bb0c7c8eb811310731e16a7a37b1b1f4 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> (cherry picked from commit b3940d0f9eb037d98c9b281ddb20adde4ab26ebf) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/qqmlqt/tst_qqmlqt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmlqt/tst_qqmlqt.cpp b/tests/auto/qml/qqmlqt/tst_qqmlqt.cpp
index e0ad9bcd57..89457f50a4 100644
--- a/tests/auto/qml/qqmlqt/tst_qqmlqt.cpp
+++ b/tests/auto/qml/qqmlqt/tst_qqmlqt.cpp
@@ -1413,7 +1413,7 @@ void tst_qqmlqt::timeRoundtrip_data()
// Local timezone:
QTest::newRow("localtime") << QTime(0, 0, 0);
-#if defined(Q_OS_WIN) || defined(Q_OS_ANDROID) || defined(Q_OS_MACOS)
+#if defined(Q_OS_WIN) || defined(Q_OS_ANDROID)
qInfo("Omitting the tests that depend on setting local time's zone");
#else
// No DST: