Kaydet (Commit) b0972e15 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

make rtfimport pass again (testFdo52989)

Change-Id: I5166027b8bff0e1c293a3d0d6dab4c3758c27954
üst dd1a82e5
......@@ -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")
......
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