Kaydet (Commit) 97642ab5 authored tarafından Korrawit Pruegsanusak's avatar Korrawit Pruegsanusak Kaydeden (comit) Tor Lillqvist

add unittest for fdo#59240

Change-Id: Ic287228f578c9ecb0f69a47380c890e337203b31
Reviewed-on: https://gerrit.libreoffice.org/2078Reviewed-by: 's avatarTor Lillqvist <tml@iki.fi>
Tested-by: 's avatarTor Lillqvist <tml@iki.fi>
üst 17e9daa3
......@@ -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();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment