diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2010-05-19 12:23:04 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2010-05-19 16:12:11 (GMT) |
commit | 38e9c2224c3c0e83d42f3a7d6e525172341bbbf6 (patch) | |
tree | 557343113263b3dfdce1e0165b7bedd828842d07 /tests/auto/qlocale | |
parent | 8a0e7a7249c608c0e2548435c65661b5a876343b (diff) | |
download | Qt-38e9c2224c3c0e83d42f3a7d6e525172341bbbf6.zip Qt-38e9c2224c3c0e83d42f3a7d6e525172341bbbf6.tar.gz Qt-38e9c2224c3c0e83d42f3a7d6e525172341bbbf6.tar.bz2 |
Added default countries for Mongolian and Nepali.
Task-number: QTBUG-9370
Reviewed-by: trustme
Diffstat (limited to 'tests/auto/qlocale')
-rw-r--r-- | tests/auto/qlocale/tst_qlocale.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qlocale/tst_qlocale.cpp b/tests/auto/qlocale/tst_qlocale.cpp index bac2faa..7e9b8ec 100644 --- a/tests/auto/qlocale/tst_qlocale.cpp +++ b/tests/auto/qlocale/tst_qlocale.cpp @@ -327,6 +327,10 @@ void tst_QLocale::ctor() TEST_CTOR("es_ES", Spanish, Spain) TEST_CTOR("es_419", Spanish, LatinAmericaAndTheCaribbean) + // test default countries for languages + TEST_CTOR("mn", Mongolian, Mongolia) + TEST_CTOR("ne", Nepali, Nepal) + #undef TEST_CTOR } |