vcl/qa/cppunit/pdfexport/pdfexport.cxx | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit d1e9f1b237e4290eeb4e948e96750eb959881171 Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Wed Apr 24 08:32:39 2019 +0200 Commit: Michael Stahl <michael.st...@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.gran...@collabora.co.uk> (cherry picked from commit 57edcf98dbd2471078d32ceeda9eba502b694496) Reviewed-on: https://gerrit.libreoffice.org/71727 Reviewed-by: Michael Stahl <michael.st...@cib.de> Tested-by: Michael Stahl <michael.st...@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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits