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>
This commit is contained in:
Sergio Ahumada 2012-09-10 15:09:15 +02:00 committed by Qt by Nokia
parent ed6ee1b2ee
commit 6c3ee80589

View File

@ -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("@"));