summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlocale
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2010-05-10 08:47:19 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2010-05-18 12:44:06 (GMT)
commit74993e0fd685c905fff1f9e21a190b3531107f20 (patch)
tree45aa86b8bfc9230f533fbfebf5376a7b4e563b6f /tests/auto/qlocale
parentdd59023394a8f4cdaf4be9f632d58434f52c76e4 (diff)
downloadQt-74993e0fd685c905fff1f9e21a190b3531107f20.zip
Qt-74993e0fd685c905fff1f9e21a190b3531107f20.tar.gz
Qt-74993e0fd685c905fff1f9e21a190b3531107f20.tar.bz2
Upgraded QLocale to Unicode CLDR 1.8.1
Reviewed-by: trustme
Diffstat (limited to 'tests/auto/qlocale')
-rw-r--r--tests/auto/qlocale/tst_qlocale.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qlocale/tst_qlocale.cpp b/tests/auto/qlocale/tst_qlocale.cpp
index 7a5d8a6..374bdee 100644
--- a/tests/auto/qlocale/tst_qlocale.cpp
+++ b/tests/auto/qlocale/tst_qlocale.cpp
@@ -1896,8 +1896,8 @@ void tst_QLocale::ampm()
QCOMPARE(c.pmText(), QLatin1String("PM"));
QLocale de("de_DE");
- QCOMPARE(de.amText(), QLatin1String("AM"));
- QCOMPARE(de.pmText(), QLatin1String("PM"));
+ QCOMPARE(de.amText(), QLatin1String("vorm."));
+ QCOMPARE(de.pmText(), QLatin1String("nachm."));
QLocale sv("sv_SE");
QCOMPARE(sv.amText(), QLatin1String("fm"));