summaryrefslogtreecommitdiff
path: root/sd/qa
diff options
context:
space:
mode:
Diffstat (limited to 'sd/qa')
-rw-r--r--sd/qa/unit/sdmodeltestbase.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/sd/qa/unit/sdmodeltestbase.hxx b/sd/qa/unit/sdmodeltestbase.hxx
index 636bd0d01f67..8c1eac7b96ba 100644
--- a/sd/qa/unit/sdmodeltestbase.hxx
+++ b/sd/qa/unit/sdmodeltestbase.hxx
@@ -179,6 +179,14 @@ protected:
utl::TempFile aTempFile(OUString(), true, &aExt);
aTempFile.EnableKillingFile();
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());
}