Kaydet (Commit) b1b29ae7 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

...at least, that's the value for me on Mac with retina

Change-Id: I041b497bab9415b2b33d6b4b91f3c58ea9dbc05f
üst b2c1474c
......@@ -484,9 +484,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;
#ifndef MACOSX
CPPUNIT_ASSERT(getXPath(pXmlDoc, "//a:srcRect", "l").toInt32() < 20000);
#endif
CPPUNIT_ASSERT(getXPath(pXmlDoc, "//a:srcRect", "l").toInt32() <= 21856);
}
}
......
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