summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-09-10 15:09:15 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-10 19:20:52 +0200
commit6c3ee80589b4b25f215f501b372a9f8437aa0a30 (patch)
tree8ff4607510e28713894295d886bc364c76a96854
parented6ee1b2eea1e0c07bea3c18cee74ffbdc231465 (diff)
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 <qt_docbot@qt-project.org> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
-rw-r--r--tests/auto/corelib/tools/qlocale/tst_qlocale.cpp2
1 files changed, 0 insertions, 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("@"));