[Libreoffice-commits] .: sc/qa
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Sep 18 11:58:48 PDT 2012
sc/qa/unit/subsequent_filters-test.cxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 46539a912646c1df5076420e5b03a857870f3610
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Tue Sep 18 20:56:31 2012 +0200
forgot to change the border xls test
Change-Id: I59f00f19e4e351e6a9a622862ba775a15d1c93dd
diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx
index a6387e6..293b260 100644
--- a/sc/qa/unit/subsequent_filters-test.cxx
+++ b/sc/qa/unit/subsequent_filters-test.cxx
@@ -765,19 +765,19 @@ void ScFiltersTest::testBorderXLS()
CPPUNIT_ASSERT(pRight);
CPPUNIT_ASSERT_EQUAL(pRight->GetBorderLineStyle(),
table::BorderLineStyle::SOLID);
- CPPUNIT_ASSERT_EQUAL(pRight->GetWidth(),6L);
+ CPPUNIT_ASSERT_EQUAL(pRight->GetWidth(),4L);
pDoc->GetBorderLines( 3, 5, 0, &pLeft, &pTop, &pRight, &pBottom );
CPPUNIT_ASSERT(pRight);
CPPUNIT_ASSERT_EQUAL(pRight->GetBorderLineStyle(),
table::BorderLineStyle::SOLID);
- CPPUNIT_ASSERT_EQUAL(pRight->GetWidth(),18L);
+ CPPUNIT_ASSERT_EQUAL(pRight->GetWidth(),12L);
pDoc->GetBorderLines( 5, 7, 0, &pLeft, &pTop, &pRight, &pBottom );
CPPUNIT_ASSERT(pRight);
CPPUNIT_ASSERT_EQUAL(pRight->GetBorderLineStyle(),
table::BorderLineStyle::SOLID);
- CPPUNIT_ASSERT_EQUAL(pRight->GetWidth(),24L);
+ CPPUNIT_ASSERT_EQUAL(pRight->GetWidth(),16L);
}
struct Border
{
More information about the Libreoffice-commits
mailing list