diff options
author | Eike Rathke <erack@redhat.com> | 2015-01-26 17:51:15 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-01-26 18:12:22 +0100 |
commit | ce20ba5d3d6c6a88e0fd469f8bfe07e6decb3b26 (patch) | |
tree | f498e2f13c28bb15b59bfbca0f06b071b8d41393 /svl | |
parent | 9a5f4b3b8374da48369ab71e03fbf7713ef198f9 (diff) |
add older problems to unit test, tdf#63230
Check that various older problems remain fixed.
Diffstat (limited to 'svl')
-rw-r--r-- | svl/qa/unit/svl.cxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx index 21be93380fe8..4a9a080c3323 100644 --- a/svl/qa/unit/svl.cxx +++ b/svl/qa/unit/svl.cxx @@ -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", |