diff options
author | DaeHyun Sung <sungdh86+git@gmail.com> | 2020-02-23 19:31:18 +0900 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2020-05-20 01:02:13 +0200 |
commit | 34b25ee3f8ef887997f73c16d13fe64f8bbbb1c9 (patch) | |
tree | 6e012b82bcb4323dfaf7af797538957b63f49acb /sc | |
parent | 76356814075ddc4323f356cf99dcc5a7bbc8f0e4 (diff) |
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@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/data/ods/tdf36038_ExtendedLCID.ods | bin | 10122 -> 12098 bytes | |||
-rw-r--r-- | sc/qa/unit/subsequent_export-test.cxx | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/unit/data/ods/tdf36038_ExtendedLCID.ods b/sc/qa/unit/data/ods/tdf36038_ExtendedLCID.ods Binary files differindex 3abb94616088..0c9a23a7f131 100644 --- a/sc/qa/unit/data/ods/tdf36038_ExtendedLCID.ods +++ b/sc/qa/unit/data/ods/tdf36038_ExtendedLCID.ods 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++ ) |