Kaydet (Commit) 68cd5c4f authored tarafından Markus Mohrhard's avatar Markus Mohrhard

add test case for fdo#72999

Change-Id: I256e0cb228edb85b402e6645fd40f24b7ccf234a
üst 5bb8a286
......@@ -373,6 +373,9 @@ void ScFiltersTest::testFunctionsODS()
// text functions
createCSVPath(OUString("text-functions."), aCSVFileName);
testFile(aCSVFileName, pDoc, 4);
// statistical functions
createCSVPath(OUString("statistical-functions."), aCSVFileName);
testFile(aCSVFileName, pDoc, 5);
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