[Libreoffice-commits] core.git: sc/qa
DaeHyun Sung (via logerrit)
logerrit at kemper.freedesktop.org
Tue May 19 23:02:54 UTC 2020
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+git at gmail.com>
AuthorDate: Sun Feb 23 19:31:18 2020 +0900
Commit: Eike Rathke <erack at 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 <erack at 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++ )
More information about the Libreoffice-commits
mailing list