[Libreoffice-commits] core.git: sd/qa

Vasily Melenchuk vasily.melenchuk at cib.de
Thu Jun 23 08:56:27 UTC 2016


 sd/qa/unit/sdmodeltestbase.hxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 535ac37c5ff9b9dc60f6f56e4cfd518eff764975
Author: Vasily Melenchuk <vasily.melenchuk at 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 <ci at libreoffice.org>
    Reviewed-by: Thorsten Behrens <Thorsten.Behrens at 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);
     }


More information about the Libreoffice-commits mailing list