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

Markus Mohrhard markus.mohrhard at googlemail.com
Sun Dec 1 22:04:18 PST 2013


 sc/qa/unit/ucalc.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0946308fc854539d854a822966f173138284c265
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Mon Dec 2 09:03:43 2013 +0100

    forgot the second part of the patch
    
    Change-Id: I74f30d96b611a7703efd53f0d46b91291dd2c55c

diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 2fc7702..cc235cb 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -4673,7 +4673,7 @@ void Test::testCondFormatInsertRow()
 
     m_pDoc->InsertRow(0,0,MAXCOL,0,4,2);
     const ScRangeList& rRange = pFormat->GetRange();
-    CPPUNIT_ASSERT_EQUAL(ScRangeList(ScRange(0,0,0,5,5,0)), rRange);
+    CPPUNIT_ASSERT_EQUAL(ScRangeList(ScRange(0,0,0,3,5,0)), rRange);
 
     m_pDoc->DeleteTab(0);
 }


More information about the Libreoffice-commits mailing list