QLocale: add autotest for tamil's AM/PM text
Change-Id: I67e572f16fcabd5833549286be20172e7f2a2337 Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>bb10
parent
37e4e33c50
commit
c2bdca2d54
|
|
@ -1657,6 +1657,10 @@ void tst_QLocale::ampm()
|
|||
QLocale id("id_ID");
|
||||
QCOMPARE(id.amText(), QLatin1String("AM"));
|
||||
QCOMPARE(id.pmText(), QLatin1String("PM"));
|
||||
|
||||
QLocale ta("ta_LK");
|
||||
QCOMPARE(ta.amText(), QLatin1String("AM"));
|
||||
QCOMPARE(ta.pmText(), QLatin1String("PM"));
|
||||
}
|
||||
|
||||
void tst_QLocale::dateFormat()
|
||||
|
|
|
|||
Loading…
Reference in New Issue