Add an auto test for Irish locale
Change-Id: I2458cb580553ea02461869220fbd5dfb0f8fcb2c Reviewed-by: Lars Knoll <lars.knoll@digia.com>
This commit is contained in:
parent
d66fe675ae
commit
d7c2227651
@ -1697,6 +1697,9 @@ void tst_QLocale::dateFormat()
|
||||
|
||||
const QLocale ja("ja_JP");
|
||||
QCOMPARE(ja.dateFormat(QLocale::ShortFormat), QLatin1String("yyyy/MM/dd"));
|
||||
|
||||
const QLocale ir("ga_IE");
|
||||
QCOMPARE(ir.dateFormat(QLocale::ShortFormat), QLatin1String("dd/MM/yyyy"));
|
||||
}
|
||||
|
||||
void tst_QLocale::timeFormat()
|
||||
|
Loading…
Reference in New Issue
Block a user