From f0af3ed4e5b3656c9408522d0346b1c75f661135 Mon Sep 17 00:00:00 2001 From: Konstantin Ritt Date: Sat, 16 Mar 2013 09:23:32 +0200 Subject: Update QLocale data to CLDRv23 Say hello to Interlingua and Mongolian once again. Change-Id: I735fbc5793f34620be1f6932a251224b9ded02e3 Reviewed-by: Denis Dzyubenko Reviewed-by: Lars Knoll --- tests/auto/corelib/tools/qlocale/tst_qlocale.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/auto/corelib/tools/qlocale/tst_qlocale.cpp b/tests/auto/corelib/tools/qlocale/tst_qlocale.cpp index e3fe39a401..f8775bc75f 100644 --- a/tests/auto/corelib/tools/qlocale/tst_qlocale.cpp +++ b/tests/auto/corelib/tools/qlocale/tst_qlocale.cpp @@ -48,6 +48,7 @@ #include #include #include +#include #include #include @@ -1636,10 +1637,10 @@ void tst_QLocale::defaultNumeringSystem() QCOMPARE(pa.toString(123), QLatin1String("123")); QLocale ne("ne_IN"); - QCOMPARE(ne.toString(123), QLatin1String("123")); + QCOMPARE(ne.toString(123), QString::fromUtf8("१२३")); QLocale mr("mr_IN"); - QCOMPARE(mr.toString(123), QLatin1String("123")); + QCOMPARE(mr.toString(123), QString::fromUtf8("१२३")); QLocale ml("ml_IN"); QCOMPARE(ml.toString(123), QLatin1String("123")); -- cgit v1.2.3