summaryrefslogtreecommitdiff
path: root/sw/qa
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-20 12:06:11 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-11-20 12:06:11 +0100
commitb1b29ae795ff86097b21907f814d94bd5488929d (patch)
tree206de15e8c13cfc3e7510a30870e3501a4f8ea2a /sw/qa
parentb2c1474c1dc93b69f0ede03fc5c9ab496c669955 (diff)
...at least, that's the value for me on Mac with retina
Change-Id: I041b497bab9415b2b33d6b4b91f3c58ea9dbc05f
Diffstat (limited to 'sw/qa')
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
index 519ad65e45f4..96b0d0ee8c19 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
@@ -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);
}
}