Kaydet (Commit) cb49b8d5 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix the test case

Change-Id: I0d9babd043d5b9c4c198380b93e29ec3a42b3121
üst 7dfb72e6
...@@ -1936,9 +1936,9 @@ void ScFiltersTest::testPrintRangeODS() ...@@ -1936,9 +1936,9 @@ void ScFiltersTest::testPrintRangeODS()
CPPUNIT_ASSERT(pRange); CPPUNIT_ASSERT(pRange);
CPPUNIT_ASSERT_EQUAL(ScRange(0,0,0,0,1,0), *pRange); CPPUNIT_ASSERT_EQUAL(ScRange(0,0,0,0,1,0), *pRange);
pRange = pDoc->GetRepeatRowRange(0); pRange = pDoc->GetRepeatRowRange(1);
CPPUNIT_ASSERT(pRange); CPPUNIT_ASSERT(pRange);
CPPUNIT_ASSERT_EQUAL(ScRange(0,2,1,0,4,1), *pRange); CPPUNIT_ASSERT_EQUAL(ScRange(0,2,0,0,4,0), *pRange);
} }
ScFiltersTest::ScFiltersTest() ScFiltersTest::ScFiltersTest()
......
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