[Libreoffice-commits] core.git: sc/qa
Kohei Yoshida
kohei.yoshida at collabora.com
Wed Oct 5 00:36:40 UTC 2016
sc/qa/unit/subsequent_filters-test.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1d37ad2575870a4cc3f4b73a55cae4f7147f0d12
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date: Tue Oct 4 20:32:36 2016 -0400
Actually this should check for the top shared cell.
To be extra cautious.
Change-Id: I667d01dd82d957a0203a15602d9a2dacf7dc7e83
diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx
index 0b17d4c..4d4136c 100644
--- a/sc/qa/unit/subsequent_filters-test.cxx
+++ b/sc/qa/unit/subsequent_filters-test.cxx
@@ -3409,7 +3409,7 @@ void ScFiltersTest::testSharedFormulaColumnLabelsODS()
{
const ScFormulaCell* pCell = rDoc.GetFormulaCell(ScAddress(i,1,0));
CPPUNIT_ASSERT(pCell);
- CPPUNIT_ASSERT(pCell->IsShared());
+ CPPUNIT_ASSERT(pCell->IsSharedTop());
CPPUNIT_ASSERT_EQUAL(static_cast<SCROW>(5), pCell->GetSharedLength());
}
More information about the Libreoffice-commits
mailing list