[Libreoffice-commits] core.git: vcl/qa
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Nov 24 15:51:03 UTC 2018
vcl/qa/cppunit/pdfexport/pdfexport.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d806e7937c277cabc06ed40c6ed1d3efd805e15a
Author: Noel Grandin <noelgrandin at gmail.com>
AuthorDate: Sat Nov 24 14:54:28 2018 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Sat Nov 24 16:50:43 2018 +0100
disable more vcl pdfexport test on win
Change-Id: I32fe34dc5d3d80dc26a5a2237c56155576789709
Reviewed-on: https://gerrit.libreoffice.org/63940
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
Tested-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 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()
More information about the Libreoffice-commits
mailing list