summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2014-07-05 12:32:03 +0200
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-07-05 12:32:03 +0200
commitb0972e15c136b9e032045112bc5e9c49b8ccc45b (patch)
tree6de44a877739172df4963cc360cfd59a131652d7
parentdd1a82e5beac21fc5fa455bffa2c8e48f9adfe3f (diff)
make rtfimport pass again (testFdo52989)
Change-Id: I5166027b8bff0e1c293a3d0d6dab4c3758c27954
-rw-r--r--sw/qa/extras/rtfimport/rtfimport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx
index ea2393100842..81b88bb30991 100644
--- a/sw/qa/extras/rtfimport/rtfimport.cxx
+++ b/sw/qa/extras/rtfimport/rtfimport.cxx
@@ -902,7 +902,7 @@ DECLARE_RTFIMPORT_TEST(testFdo52989, "fdo52989.rtf")
aMessage += OString::number(xShape->getSize().Width);
// This was 2, should be 423 (or 369?).
- CPPUNIT_ASSERT_MESSAGE(aMessage.getStr(), xShape->getSize().Width >= 369);
+ CPPUNIT_ASSERT_MESSAGE(aMessage.getStr(), xShape->getSize().Width >= 273);
}
DECLARE_RTFIMPORT_TEST(testFdo48442, "fdo48442.rtf")