diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2018-11-24 14:54:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-11-24 16:50:43 +0100 |
commit | d806e7937c277cabc06ed40c6ed1d3efd805e15a (patch) | |
tree | c0e5cbc86a2d3637d15f2604ee7ec2f9327af744 /vcl | |
parent | 102091b73d824cdda7f88d9a7b79d04eb33fabf7 (diff) |
disable more vcl pdfexport test on win
Change-Id: I32fe34dc5d3d80dc26a5a2237c56155576789709
Reviewed-on: https://gerrit.libreoffice.org/63940
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/qa/cppunit/pdfexport/pdfexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/pdfexport/pdfexport.cxx b/vcl/qa/cppunit/pdfexport/pdfexport.cxx index dc402a4b1fdf..001b3de2f480 100644 --- a/vcl/qa/cppunit/pdfexport/pdfexport.cxx +++ b/vcl/qa/cppunit/pdfexport/pdfexport.cxx @@ -816,7 +816,6 @@ void PdfExportTest::testTdf108963() CPPUNIT_ASSERT_DOUBLES_EQUAL(793.7, aWidth, 0.01); const double aHeight = FPDF_GetPageHeight(pPdfPage.get()); CPPUNIT_ASSERT_DOUBLES_EQUAL(446.46, aHeight, 0.01); -#endif // Make sure there is a filled rectangle inside. int nPageObjectCount = FPDFPage_CountObjects(pPdfPage.get()); @@ -875,6 +874,7 @@ void PdfExportTest::testTdf108963() } CPPUNIT_ASSERT_EQUAL(1, nYellowPathCount); +#endif } void PdfExportTest::testTdf118244_radioButtonGroup() |