Kaydet (Commit) 3cca2dca authored tarafından Markus Mohrhard's avatar Markus Mohrhard

add test for fdo#75168

Change-Id: Iffb07d98333667837a7a2bba00e2d667d49bb709
üst 3629fac9
......@@ -265,10 +265,19 @@ void ScExportTest::testConditionalFormatExportXLSX()
ScDocShellRef xDocSh = saveAndReload(&(*xShell), XLSX);
CPPUNIT_ASSERT(xDocSh.Is());
ScDocument* pDoc = xDocSh->GetDocument();
OUString aCSVFile("new_cond_format_test.");
OUString aCSVPath;
createCSVPath( aCSVFile, aCSVPath );
testCondFile(aCSVPath, pDoc, 0);
{
OUString aCSVFile("new_cond_format_test.");
OUString aCSVPath;
createCSVPath( aCSVFile, aCSVPath );
testCondFile(aCSVPath, pDoc, 0);
}
{
OUString aCSVFile("new_cond_format_test_sheet2.");
OUString aCSVPath;
createCSVPath( aCSVFile, aCSVPath );
testCondFile(aCSVPath, pDoc, 1);
}
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