summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-07-26 21:44:20 +0200
committerEike Rathke <erack@redhat.com>2016-07-26 22:14:38 +0200
commit17fb4d43e86bd9622fb1b2c4378ab1e63a0025f0 (patch)
treec591a3806d4a72ece741e39acd85f0ef07b9465d /svl
parent7438bc1f0c4fd42420460a144cc074bfb8091705 (diff)
two more testDateInput() dates
Found in comments of i18npool/source/calendar/calendar_gregorian.cxx Calendar_gregorian::setValue() Change-Id: I4ab0aae15b7d97b22bc3a16d039542b5b49d3f14
Diffstat (limited to 'svl')
-rw-r--r--svl/qa/unit/svl.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx
index a1231b02b05b..efdef68e57ad 100644
--- a/svl/qa/unit/svl.cxx
+++ b/svl/qa/unit/svl.cxx
@@ -489,11 +489,13 @@ void Test::testDateInput()
const char* aData[][2] = {
{ "Europe/Paris", "1938-10-07" }, // i#76623
{ "Europe/Moscow", "1919-07-01" }, // i#86094
+ { "America/St_Johns", "1935-03-30" }, // i#86094 i#90627
{ "Europe/Tallinn", "1790-03-01" }, // i#105864
{ "Australia/Perth", "2004-04-11" }, // i#17222
{ "America/Sao_Paulo", "1902-04-22" }, // tdf#44286
{ "Europe/Berlin", "1790-07-27" },
{ "US/Mountain", "1790-07-26" },
+ { "Asia/Tehran", "1999-03-22" },
// Data from https://bugs.documentfoundation.org/show_bug.cgi?id=63230
// https://bugs.documentfoundation.org/attachment.cgi?id=79051