QLocale: add autotest for French_Morocco locale
Change-Id: Ie489557342bf9ea571ba4070e8982b1a13fc7021 Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
This commit is contained in:
parent
263b86a559
commit
02679d93c4
@ -350,6 +350,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)
|
||||
|
Loading…
Reference in New Issue
Block a user