[Libreoffice-commits] core.git: sw/qa

Renato Ferreira renato.wolp at gmail.com
Fri Dec 19 00:37:05 PST 2014


 sw/qa/extras/ooxmlexport/ooxmlexport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7524621ba4ccc054e8b2988826843eeff590a007
Author: Renato Ferreira <renato.wolp at 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 <vmiklos at collabora.co.uk>
    Tested-by: Miklos Vajna <vmiklos at 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);
     }
 }
 


More information about the Libreoffice-commits mailing list