summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlocale/tst_qlocale.cpp
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2010-05-19 12:23:04 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2010-05-19 16:12:11 (GMT)
commit38e9c2224c3c0e83d42f3a7d6e525172341bbbf6 (patch)
tree557343113263b3dfdce1e0165b7bedd828842d07 /tests/auto/qlocale/tst_qlocale.cpp
parent8a0e7a7249c608c0e2548435c65661b5a876343b (diff)
downloadQt-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/tst_qlocale.cpp')
-rw-r--r--tests/auto/qlocale/tst_qlocale.cpp4
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
}