From 42edc8004f98c2930cd2b95576cafa97447aeb09 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 27 Jun 2018 17:11:43 +0200 Subject: 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 --- sd/qa/unit/sdmodeltestbase.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') 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) { -- cgit