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

forgot to change the border xls test

Change-Id: I59f00f19e4e351e6a9a622862ba775a15d1c93dd
üst ee5403b9
......@@ -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
{
......
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