summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2018-06-27 17:11:43 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-06-30 00:20:48 +0200
commit42edc8004f98c2930cd2b95576cafa97447aeb09 (patch)
treeb714427ccbfe28bf28d660f2bb3afc33e4ebee66 /sd
parent15e51fbc5710ef40506645b34a3fe17de3ce511f (diff)
schema,sd: enable ODF validation in sd tests
There are actually 2 bugs here that affect the export, and just 1 new attribute. Change-Id: Id2d9eeeb62c97011712a376a844dec7c8a744116 Reviewed-on: https://gerrit.libreoffice.org/56606 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'sd')
-rw-r--r--sd/qa/unit/sdmodeltestbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/sdmodeltestbase.hxx b/sd/qa/unit/sdmodeltestbase.hxx
index 6a6af6ea7cdf..526d1d79edff 100644
--- a/sd/qa/unit/sdmodeltestbase.hxx
+++ b/sd/qa/unit/sdmodeltestbase.hxx
@@ -213,7 +213,7 @@ protected:
save(pShell, pFormat, *pTempFile);
if (nExportType == ODP || nExportType == ODG)
{
- // BootstrapFixture::validate(pTempFile->GetFileName(), test::ODF);
+ BootstrapFixture::validate(pTempFile->GetFileName(), test::ODF);
}
else if(nExportType == PPTX)
{