aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorMike FABIAN <mike.fabian@basyskom.de>2010-07-30 11:36:04 +0200
committerMike FABIAN <mike.fabian@basyskom.de>2010-07-30 13:27:59 +0200
commit8927657f2c7ca44b727e89263640bb08c8b4762e (patch)
tree957b6c6f6ff1a9489cf23bd7e80cf3f17bac546e /benchmarks
parent9bb1c39e8a8e988007a4acc9b3d37084a88d8e12 (diff)
Changes: make overriding ICU resources work for non-MApplications as well
RevBy: John Tapsell Details: NB#169260 has been fixed a while ago but comment#30 claimed that the problem still exists, so I investigated again. It works fine for me in the clock application, so I think the bug is fixed, but while investigating I found that it does not work in applications, which are not MApplications but only QCoreApplications. This commit fixes this additional problem.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/pt_mcalendar/pt_mcalendar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/pt_mcalendar/pt_mcalendar.cpp b/benchmarks/pt_mcalendar/pt_mcalendar.cpp
index f7b98886..5ab315f9 100644
--- a/benchmarks/pt_mcalendar/pt_mcalendar.cpp
+++ b/benchmarks/pt_mcalendar/pt_mcalendar.cpp
@@ -273,7 +273,7 @@ void Pt_MCalendar::benchmarkIcuFormatString()
MLocale::DateFull,
MLocale::TimeFull,
MLocale::GregorianCalendar),
- QString("EEEE d. MMMM y H.mm.ss zzzz"));
+ QString("cccc d. MMMM y H.mm.ss zzzz"));
QBENCHMARK {
locale.icuFormatString(
@@ -301,7 +301,7 @@ void Pt_MCalendar::benchmarkFormatDateTime()
QCOMPARE(locale.formatDateTime(
calendar, MLocale::DateFull, MLocale::TimeFull),
- QString("tiistaina 13. heinäkuuta 2010 14.51.07 Itä-Euroopan kesäaika"));
+ QString("tiistai 13. heinäkuuta 2010 14.51.07 Itä-Euroopan kesäaika"));
QBENCHMARK {
locale.formatDateTime(