Kaydet (Commit) 597189f4 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

enable ODP export validation in sd export test

Change-Id: I849d2f0d8631cfb91326d80e554c9ce55940abd8
üst f4dca0bf
...@@ -179,6 +179,14 @@ protected: ...@@ -179,6 +179,14 @@ protected:
utl::TempFile aTempFile(OUString(), true, &aExt); utl::TempFile aTempFile(OUString(), true, &aExt);
aTempFile.EnableKillingFile(); aTempFile.EnableKillingFile();
save(pShell, pFormat, aTempFile); save(pShell, pFormat, aTempFile);
if(nExportType == ODP)
{
BootstrapFixture::validate(aTempFile.GetURL(), test::ODF);
}
else if(nExportType == PPTX)
{
// BootstrapFixture::validate(aTempFile.GetURL(), test::OOXML);
}
return loadURL(aTempFile.GetURL()); return loadURL(aTempFile.GetURL());
} }
......
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