summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorEl Mehdi Fekari <mfekari@rim.com>2013-05-02 14:04:09 (GMT)
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-03 08:57:21 (GMT)
commit50390b8bc3ec104ee84d88481aa743a05e8a4197 (patch)
treeaf1faccae81fb02f07e75c4f8f04ed3d2d224780 /tests/auto
parent662c1f24f75a056364424b836f500623ce2b2367 (diff)
downloadQt-50390b8bc3ec104ee84d88481aa743a05e8a4197.zip
Qt-50390b8bc3ec104ee84d88481aa743a05e8a4197.tar.gz
Qt-50390b8bc3ec104ee84d88481aa743a05e8a4197.tar.bz2
QLocale: Add fr_MA locale
French_Morocco locale was introduced in CLDRv22.1 and already exists in Qt5 Change-Id: I4f0452f421cf074eb2c4fae22351d430d5f02e42 Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/qlocale/tst_qlocale.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qlocale/tst_qlocale.cpp b/tests/auto/qlocale/tst_qlocale.cpp
index 2436958..8e299b1 100644
--- a/tests/auto/qlocale/tst_qlocale.cpp
+++ b/tests/auto/qlocale/tst_qlocale.cpp
@@ -365,6 +365,7 @@ void tst_QLocale::ctor()
TEST_CTOR("es_ES", Spanish, Spain)
TEST_CTOR("es_419", Spanish, LatinAmericaAndTheCaribbean)
TEST_CTOR("es-419", Spanish, LatinAmericaAndTheCaribbean)
+ TEST_CTOR("fr_MA", French, Morocco)
// test default countries for languages
TEST_CTOR("zh", Chinese, China)