summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-04-24 08:32:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-04-24 09:33:45 +0200
commit57edcf98dbd2471078d32ceeda9eba502b694496 (patch)
tree039ce004b226ba2fb65615ad61b3089764c71b3e
parent071d72cc3662168c58358ce53a77ceacbf80f545 (diff)
disable some more pdfexport tests
Change-Id: Ifdee7c4bd9ed3306530c7bc4ecf3017008e90c3d Reviewed-on: https://gerrit.libreoffice.org/71215 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r--vcl/qa/cppunit/pdfexport/pdfexport.cxx3
1 files changed, 3 insertions, 0 deletions
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