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

Norbert Thiebaud nthiebaud at gmail.com
Sat Jul 5 03:32:50 PDT 2014


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

New commits:
commit b0972e15c136b9e032045112bc5e9c49b8ccc45b
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Sat Jul 5 12:32:03 2014 +0200

    make rtfimport pass again (testFdo52989)
    
    Change-Id: I5166027b8bff0e1c293a3d0d6dab4c3758c27954

diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx
index ea23931..81b88bb 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")


More information about the Libreoffice-commits mailing list