sd/qa/unit/sdmodeltestbase.hxx | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit 535ac37c5ff9b9dc60f6f56e4cfd518eff764975 Author: Vasily Melenchuk <vasily.melenc...@cib.de> Date: Mon Jun 20 16:30:58 2016 +0300 support for ms binary format validation in sd module export tests Change-Id: Ie03b0485bbe8ecaa452f19fbcbfe3bf5829aff68 Reviewed-on: https://gerrit.libreoffice.org/26515 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Thorsten Behrens <thorsten.behr...@cib.de> diff --git a/sd/qa/unit/sdmodeltestbase.hxx b/sd/qa/unit/sdmodeltestbase.hxx index edf11f9..0b7e3be 100644 --- a/sd/qa/unit/sdmodeltestbase.hxx +++ b/sd/qa/unit/sdmodeltestbase.hxx @@ -204,6 +204,10 @@ protected: { BootstrapFixture::validate(pTempFile->GetFileName(), test::OOXML); } + else if(nExportType == PPT) + { + BootstrapFixture::validate(pTempFile->GetFileName(), test::MSBINARY); + } pTempFile->EnableKillingFile(); return loadURL(pTempFile->GetURL(), nExportType); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits