[Libreoffice-commits] core.git: Branch 'distro/lhm/libreoffice-6-1+backports' - vcl/qa

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Mon May 6 08:51:28 UTC 2019


 vcl/qa/cppunit/pdfexport/pdfexport.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit d1e9f1b237e4290eeb4e948e96750eb959881171
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Wed Apr 24 08:32:39 2019 +0200
Commit:     Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Mon May 6 10:50:45 2019 +0200

    disable some more pdfexport tests
    
    Change-Id: Ifdee7c4bd9ed3306530c7bc4ecf3017008e90c3d
    Reviewed-on: https://gerrit.libreoffice.org/71215
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
    (cherry picked from commit 57edcf98dbd2471078d32ceeda9eba502b694496)
    Reviewed-on: https://gerrit.libreoffice.org/71727
    Reviewed-by: Michael Stahl <Michael.Stahl at cib.de>
    Tested-by: Michael Stahl <Michael.Stahl at cib.de>

diff --git a/vcl/qa/cppunit/pdfexport/pdfexport.cxx b/vcl/qa/cppunit/pdfexport/pdfexport.cxx
index 5c4b4a8c7141..b8638f6994c0 100644
--- a/vcl/qa/cppunit/pdfexport/pdfexport.cxx
+++ b/vcl/qa/cppunit/pdfexport/pdfexport.cxx
@@ -1244,6 +1244,8 @@ void PdfExportTest::testTdf66597_2()
 // This requires Gentium Basic font, if it is missing the test will fail.
 void PdfExportTest::testTdf66597_3()
 {
+    // fails on some of the windows tinderboxes
+#if !defined _WIN32
     vcl::filter::PDFDocument aDocument;
     load("tdf66597-3.odt", aDocument);
 
@@ -1319,6 +1321,7 @@ void PdfExportTest::testTdf66597_3()
         }
         CPPUNIT_ASSERT_EQUAL_MESSAGE("Number of ActualText entries does not match!", static_cast<size_t>(4), nCount);
     }
+#endif // __WIN32
 }
 #endif
 


More information about the Libreoffice-commits mailing list