aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2016-04-08 16:52:55 +0200
committerMitch Curtis <mitch.curtis@theqtcompany.com>2016-04-08 15:14:00 +0000
commit4d947c15ca527f0548b6ff7229cd8000b8f2b91c (patch)
treeed964fe6991bb909829c4737379b849af14d7ff6 /tests
parent4b0e963598eff597c408ea4107430399c916679b (diff)
Update tst_dayofweekrow after qtbase's locale update
Change-Id: I57cdc6c7b7bb91781b352931772a5aaa8196e0e2 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/calendar/data/tst_dayofweekrow.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/calendar/data/tst_dayofweekrow.qml b/tests/auto/calendar/data/tst_dayofweekrow.qml
index 4d332110..09070612 100644
--- a/tests/auto/calendar/data/tst_dayofweekrow.qml
+++ b/tests/auto/calendar/data/tst_dayofweekrow.qml
@@ -64,7 +64,7 @@ TestCase {
compare(control.contentItem.children[0].text, "Sun")
control.locale = Qt.locale("no_NO")
- compare(control.contentItem.children[0].text, "ma.")
+ compare(control.contentItem.children[0].text, "man.")
control.locale = Qt.locale("fi_FI")
compare(control.contentItem.children[0].text, "ma")