Kaydet (Commit) 9c2b0c55 authored tarafından Justin Luth's avatar Justin Luth

fix tinderbox: ooxmlimport # of paragraphs assert

Test name: testTdf75573_lostTable::Import
equality assertion failed
- Expected: 6
- Actual  : 7
- # of paragraphs

Change-Id: I90791785dab35146e58de4f6a38cd86164f422e0
Reviewed-on: https://gerrit.libreoffice.org/32327Reviewed-by: 's avatarJustin Luth <justin_luth@sil.org>
Tested-by: 's avatarJustin Luth <justin_luth@sil.org>
üst cc07f1c0
......@@ -736,8 +736,6 @@ DECLARE_OOXMLIMPORT_TEST(testTdf75573_lostTable, "tdf75573_lostTable.docx")
uno::Reference<container::XIndexAccess> xDraws(xDrawPageSupplier->getDrawPage(), uno::UNO_QUERY);
CPPUNIT_ASSERT_EQUAL_MESSAGE("# of frames/shapes", sal_Int32(0), xDraws->getCount() );
CPPUNIT_ASSERT_EQUAL_MESSAGE("# of paragraphs", 6, getParagraphs() );
CPPUNIT_ASSERT_EQUAL_MESSAGE("# of pages", 3, getPages() );
}
......
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