summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-09-18 20:56:31 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-09-18 20:58:20 +0200
commit46539a912646c1df5076420e5b03a857870f3610 (patch)
tree2315c7a3c2b25cc4fcc2781c5a0dd3da7a4f84a8 /sc/qa
parentee5403b98bf0e89693a14f7a1ae5658d9e5eb730 (diff)
forgot to change the border xls test
Change-Id: I59f00f19e4e351e6a9a622862ba775a15d1c93dd
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/unit/subsequent_filters-test.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx
index a6387e606819..293b2604fb88 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
{