sw/qa/extras/ooxmlexport/ooxmlexport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7524621ba4ccc054e8b2988826843eeff590a007 Author: Renato Ferreira <renato.w...@gmail.com> Date: Thu Dec 18 12:53:15 2014 -0500 Adjusted CppunitTest_sw_ooxmlexport for Mac Retina 13" Change-Id: I208064aef57e0ef4b149183869f0908580e189f1 Reviewed-on: https://gerrit.libreoffice.org/13528 Reviewed-by: Miklos Vajna <vmik...@collabora.co.uk> Tested-by: Miklos Vajna <vmik...@collabora.co.uk> diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx index 3de0747..2109a7f 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx @@ -485,7 +485,7 @@ DECLARE_OOXMLEXPORT_TEST(testCropPixel, "crop-pixel.docx") // This is 17667 in the original document, was 504666 (so the image // become invisible), now is around 19072. (void) pXmlDoc; - CPPUNIT_ASSERT(getXPath(pXmlDoc, "//a:srcRect", "l").toInt32() <= 21856); + CPPUNIT_ASSERT(getXPath(pXmlDoc, "//a:srcRect", "l").toInt32() <= 22452); } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits