integrate database function test
Change-Id: Ieb21b0a26caabfd3976de0eb20049e8ac8ec8533
This commit is contained in:
@@ -409,6 +409,14 @@ void ScFiltersTest::testFunctionsODS()
|
||||
testFile(aCSVFileName, pDoc, 6);
|
||||
|
||||
xDocSh->DoClose();
|
||||
|
||||
xDocSh = loadDoc("database-functions.", ODS);
|
||||
CPPUNIT_ASSERT_MESSAGE("Failed to load functions.*", xDocSh.Is());
|
||||
xDocSh->DoHardRecalc(true);
|
||||
pDoc = xDocSh->GetDocument();
|
||||
|
||||
createCSVPath("database-functions.", aCSVFileName);
|
||||
testFile(aCSVFileName, pDoc, 0);
|
||||
}
|
||||
|
||||
void ScFiltersTest::testFunctionsExcel2010()
|
||||
|
Reference in New Issue
Block a user