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

Jacobo Aragunde Pérez jaragunde at igalia.com
Thu Jul 3 06:57:56 PDT 2014


 sw/qa/extras/ooxmlimport/ooxmlimport.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c38be106ff1c1ff5e1b279e4ea2c710b524d23f1
Author: Jacobo Aragunde Pérez <jaragunde at igalia.com>
Date:   Thu Jul 3 15:56:08 2014 +0200

    fdo80555: Add comment on unit test
    
    Change-Id: I1507449e60338744a8be2851decc73e1d42bc38d

diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
index 21f5ac6..c1916b1 100644
--- a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
+++ b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
@@ -2233,6 +2233,7 @@ DECLARE_OOXMLIMPORT_TEST(testTableBtlrCenter, "table-btlr-center.docx")
 DECLARE_OOXMLIMPORT_TEST(testFdo80555, "fdo80555.docx")
 {
     uno::Reference<drawing::XShape> xShape = getShape(1);
+    // Shape was wrongly placed at X=0, Y=0
     CPPUNIT_ASSERT_EQUAL(sal_Int32(3318), xShape->getPosition().X);
     CPPUNIT_ASSERT_EQUAL(sal_Int32(245), xShape->getPosition().Y);
 }


More information about the Libreoffice-commits mailing list