From 6c3ee80589b4b25f215f501b372a9f8437aa0a30 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Mon, 10 Sep 2012 15:09:15 +0200 Subject: test: Remove QSKIP from tst_QLocale::windowsDefaultLocale() This test actually passes on Windows, so removing the QSKIP Task-number: QTBUG-24543 Change-Id: Ic2666665f2882392aec92a665f51d6c5dd3355f8 Reviewed-by: Qt Doc Bot Reviewed-by: Friedemann Kleint --- tests/auto/corelib/tools/qlocale/tst_qlocale.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/auto/corelib/tools/qlocale/tst_qlocale.cpp b/tests/auto/corelib/tools/qlocale/tst_qlocale.cpp index d5bcf0748b..b88689ad44 100644 --- a/tests/auto/corelib/tools/qlocale/tst_qlocale.cpp +++ b/tests/auto/corelib/tools/qlocale/tst_qlocale.cpp @@ -1250,8 +1250,6 @@ public: void tst_QLocale::windowsDefaultLocale() { #ifdef Q_OS_WIN - QSKIP("This test currently fails - QTBUG-24543"); - RestoreLocaleHelper systemLocale; // set weird system defaults and make sure we're using them setWinLocaleInfo(LOCALE_SDECIMAL, QLatin1String("@")); -- cgit v1.2.3