Kaydet (Commit) d806e793 authored tarafından Noel Grandin's avatar Noel Grandin Kaydeden (comit) Noel Grandin

disable more vcl pdfexport test on win

Change-Id: I32fe34dc5d3d80dc26a5a2237c56155576789709
Reviewed-on: https://gerrit.libreoffice.org/63940Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
Tested-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 102091b7
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment