sc/qa/unit/data/ods/tdf36038_ExtendedLCID.ods |binary sc/qa/unit/subsequent_export-test.cxx | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 34b25ee3f8ef887997f73c16d13fe64f8bbbb1c9 Author: DaeHyun Sung <sungdh86+...@gmail.com> AuthorDate: Sun Feb 23 19:31:18 2020 +0900 Commit: Eike Rathke <er...@redhat.com> CommitDate: Wed May 20 01:02:13 2020 +0200 Korean Dangi Calendar Testcase tdf#125446 Add testcase for Korean Dangi Calendar format tdf#125446 Change-Id: I4b0e59fd5aba97d4b45204bd4b3f2bc5c18ab442 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89296 Tested-by: Jenkins Reviewed-by: Eike Rathke <er...@redhat.com> diff --git a/sc/qa/unit/data/ods/tdf36038_ExtendedLCID.ods b/sc/qa/unit/data/ods/tdf36038_ExtendedLCID.ods index 3abb94616088..0c9a23a7f131 100644 Binary files a/sc/qa/unit/data/ods/tdf36038_ExtendedLCID.ods and b/sc/qa/unit/data/ods/tdf36038_ExtendedLCID.ods differ diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx index 165c68e7ada8..3b4b0099c64f 100644 --- a/sc/qa/unit/subsequent_export-test.cxx +++ b/sc/qa/unit/subsequent_export-test.cxx @@ -4321,8 +4321,8 @@ void ScExportTest::testExtendedLCIDXLSX() ScDocument& rDoc = xDocSh->GetDocument(); SvNumberFormatter* pNumFormatter = rDoc.GetFormatTable(); sal_uInt32 nNumberFormat; - const OUString aLang[4] = { "[$-41E]", "[$-411]", "[$-40D]", "[$-401]" }; - const OUString aCalendar[4] = { "[~buddhist]DD-MM-YYYY", "[~gengou]DD-MM-EE", "[~jewish]DD-MM-YYYY", "[~hijri]DD-MM-YYYY" }; + const OUString aLang[5] = { "[$-41E]", "[$-411]", "[$-40D]", "[$-401]", "[$-500]" }; + const OUString aCalendar[5] = { "[~buddhist]DD-MM-YYYY", "[~gengou]DD-MM-EE", "[~jewish]DD-MM-YYYY", "[~hijri]DD-MM-YYYY", "[~dangi]YYYY/MM/DD" }; for ( sal_Int16 nCol = 1; nCol <= 2; nCol++ ) { for ( sal_Int16 nRow = 1; nRow <= 4; nRow++ ) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits