diff options
author | Korrawit Pruegsanusak <detective.conan.1412@gmail.com> | 2013-02-10 14:45:15 +0700 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-11 11:46:44 +0000 |
commit | 97642ab568861444b95bddac63d4a41729934efc (patch) | |
tree | 8d562364f988b80adaec89c7910f4bf6b48548b3 | |
parent | 17e9daa328c12b68bdd16502ea46c4ed1870dd0b (diff) |
add unittest for fdo#59240
Change-Id: Ic287228f578c9ecb0f69a47380c890e337203b31
Reviewed-on: https://gerrit.libreoffice.org/2078
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
-rw-r--r-- | sc/qa/unit/data/contentCSV/bugFix_Sheet4.csv | 1 | ||||
-rw-r--r-- | sc/qa/unit/data/ods/bug-fixes.ods | bin | 9054 -> 9828 bytes | |||
-rw-r--r-- | sc/qa/unit/subsequent_filters-test.cxx | 7 |
3 files changed, 8 insertions, 0 deletions
diff --git a/sc/qa/unit/data/contentCSV/bugFix_Sheet4.csv b/sc/qa/unit/data/contentCSV/bugFix_Sheet4.csv new file mode 100644 index 000000000000..ffd5da6fa4f1 --- /dev/null +++ b/sc/qa/unit/data/contentCSV/bugFix_Sheet4.csv @@ -0,0 +1 @@ +๑.๐๐ diff --git a/sc/qa/unit/data/ods/bug-fixes.ods b/sc/qa/unit/data/ods/bug-fixes.ods Binary files differindex b7c05391b762..f40141b7742b 100644 --- a/sc/qa/unit/data/ods/bug-fixes.ods +++ b/sc/qa/unit/data/ods/bug-fixes.ods diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx index 63261f961037..16db9547eb10 100644 --- a/sc/qa/unit/subsequent_filters-test.cxx +++ b/sc/qa/unit/subsequent_filters-test.cxx @@ -903,6 +903,13 @@ void ScFiltersTest::testBugFixesODS() CPPUNIT_ASSERT(!pDBData->HasHeader()); } + { + // fdo#59240 + OUString aCSVFileName; + createCSVPath("bugFix_Sheet4.", aCSVFileName); + testFile(aCSVFileName, pDoc, 3); + } + xDocSh->DoClose(); } |