diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2011-02-21 14:08:02 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2011-02-21 14:08:02 (GMT) |
commit | f08eb697ddc7bb473f3fe6b5545fca075d95481c (patch) | |
tree | b4ef55bfcfc39d174ca262c9027205c7b1f99ac1 /tests | |
parent | 368a3259aa678e013078f8bb16a8de173d74759a (diff) | |
parent | 470376b6e0574c8a6740e24229ade859a29817f1 (diff) | |
download | Qt-f08eb697ddc7bb473f3fe6b5545fca075d95481c.zip Qt-f08eb697ddc7bb473f3fe6b5545fca075d95481c.tar.gz Qt-f08eb697ddc7bb473f3fe6b5545fca075d95481c.tar.bz2 |
Merge remote branch 'earth-team/4.7-i18n' into master-i18n
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qlocale/tst_qlocale.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qlocale/tst_qlocale.cpp b/tests/auto/qlocale/tst_qlocale.cpp index 441de6d..3217e5e 100644 --- a/tests/auto/qlocale/tst_qlocale.cpp +++ b/tests/auto/qlocale/tst_qlocale.cpp @@ -317,6 +317,8 @@ void tst_QLocale::ctor() TEST_CTOR("en_GB.bla", English, UnitedKingdom) TEST_CTOR("en_GB@.bla", English, UnitedKingdom) TEST_CTOR("en_GB@bla", English, UnitedKingdom) + TEST_CTOR("en-GB", English, UnitedKingdom) + TEST_CTOR("en-GB@bla", English, UnitedKingdom) Q_ASSERT(QLocale::Norwegian == QLocale::NorwegianBokmal); TEST_CTOR("no", Norwegian, Norway) @@ -327,6 +329,7 @@ void tst_QLocale::ctor() TEST_CTOR("nn_NO", NorwegianNynorsk, Norway) TEST_CTOR("es_ES", Spanish, Spain) TEST_CTOR("es_419", Spanish, LatinAmericaAndTheCaribbean) + TEST_CTOR("es-419", Spanish, LatinAmericaAndTheCaribbean) // test default countries for languages TEST_CTOR("mn", Mongolian, Mongolia) |