diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx index 1286d81f7762..10c32eb50c50 100644 --- a/sw/qa/extras/rtfimport/rtfimport.cxx +++ b/sw/qa/extras/rtfimport/rtfimport.cxx @@ -1377,9 +1377,6 @@ DECLARE_RTFIMPORT_TEST(testImportHeaderFooter, "tdf108055.rtf") DECLARE_RTFIMPORT_TEST(testTdf108947, "tdf108947.rtf") { - //Check page count - CPPUNIT_ASSERT_EQUAL(2, getPages()); - //Check if Headers/Footers contain what they should in this document uno::Reference xHeaderTextRight = getProperty>( getStyles("PageStyles")->getByName("Default Style"), "HeaderTextRight");