Kaydet (Commit) ce20ba5d authored tarafından Eike Rathke's avatar Eike Rathke

add older problems to unit test, tdf#63230

Check that various older problems remain fixed.
üst 9a5f4b3b
......@@ -518,9 +518,15 @@ void Test::testI116701()
void Test::testDateInput()
{
// Data from https://bugs.documentfoundation.org/show_bug.cgi?id=63230
// attachment https://bugs.documentfoundation.org/attachment.cgi?id=79051
const char* aData[][2] = {
"Europe/Paris", "1938-10-07", // i#76623
"Europe/Moscow", "1919-07-01", // i#86094
"Europe/Tallinn", "1790-03-01", // i#105864
"Australia/Perth", "2004-04-11", // i#17222
"America/Sao_Paulo", "1902-04-22", // tdf#44286
// Data from https://bugs.documentfoundation.org/show_bug.cgi?id=63230
// https://bugs.documentfoundation.org/attachment.cgi?id=79051
"Africa/Accra", "1800-01-01",
"Africa/Accra", "1800-04-10",
"Africa/Addis_Ababa", "1870-01-01",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment