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

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Wed Apr 24 07:34:46 UTC 2019


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

New commits:
commit 57edcf98dbd2471078d32ceeda9eba502b694496
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Wed Apr 24 08:32:39 2019 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Wed Apr 24 09:33: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>

diff --git a/vcl/qa/cppunit/pdfexport/pdfexport.cxx b/vcl/qa/cppunit/pdfexport/pdfexport.cxx
index bcc3732e9192..99ae3392d68b 100644
--- a/vcl/qa/cppunit/pdfexport/pdfexport.cxx
+++ b/vcl/qa/cppunit/pdfexport/pdfexport.cxx
@@ -1377,6 +1377,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);
 
@@ -1452,6 +1454,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