diff options
Diffstat (limited to 'sw/qa/extras/odfexport')
-rw-r--r-- | sw/qa/extras/odfexport/data/tdf104596_breakingExample.odt | bin | 64455 -> 0 bytes | |||
-rw-r--r-- | sw/qa/extras/odfexport/odfexport.cxx | 6 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sw/qa/extras/odfexport/data/tdf104596_breakingExample.odt b/sw/qa/extras/odfexport/data/tdf104596_breakingExample.odt Binary files differdeleted file mode 100644 index 19d0e85c42b7..000000000000 --- a/sw/qa/extras/odfexport/data/tdf104596_breakingExample.odt +++ /dev/null diff --git a/sw/qa/extras/odfexport/odfexport.cxx b/sw/qa/extras/odfexport/odfexport.cxx index 715d9ad68d35..cb131ece62de 100644 --- a/sw/qa/extras/odfexport/odfexport.cxx +++ b/sw/qa/extras/odfexport/odfexport.cxx @@ -466,12 +466,6 @@ DECLARE_ODFEXPORT_TEST(testredlineTextFrame, "redlineTextFrame.odt") CPPUNIT_ASSERT_EQUAL(sal_Int32(1), xIndexAccess->getCount()); } -DECLARE_ODFEXPORT_TEST(testTdf104596_breakingExample, "tdf104596_breakingExample.odt") -{ - //wrapping should be ignored on in-table flies for pre-LO7.1 documents. ALLOW_WRAP_WHEN_ANCHORED_IN_TABLE - CPPUNIT_ASSERT_EQUAL_MESSAGE( "Fits on one page", 1, getPages() ); -} - DECLARE_ODFEXPORT_TEST(testTdf131621, "tdf131621.ott") { CPPUNIT_ASSERT_EQUAL(12, getShapes()); |