integrate database function test

Change-Id: Ieb21b0a26caabfd3976de0eb20049e8ac8ec8533
This commit is contained in:
Markus Mohrhard
2014-04-04 01:50:36 +02:00
parent dce1a07be4
commit 0b25aab627

View File

@@ -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()