sw/qa/extras/ww8export/ww8export4.cxx | 6 ------ 1 file changed, 6 deletions(-)
New commits: commit a5e416712e9477c496ce5fd4d935133083330ddf Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Tue Nov 8 20:04:37 2022 +0100 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Wed Nov 9 08:19:29 2022 +0100 CppunitTest_sw_ww8export4: remove not needed mustTestImportOf() Input was always DOC, so no need to filter out non-DOC. And if there will be a non-DOC, we can use CPPUNIT_TEST_FIXTURE(). Change-Id: I74d20b750e1ebe3449f1454b8772fae691bf78e1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142467 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmik...@collabora.com> diff --git a/sw/qa/extras/ww8export/ww8export4.cxx b/sw/qa/extras/ww8export/ww8export4.cxx index 22ed17e6f849..b8ee8c464c9a 100644 --- a/sw/qa/extras/ww8export/ww8export4.cxx +++ b/sw/qa/extras/ww8export/ww8export4.cxx @@ -30,12 +30,6 @@ public: : SwModelTestBase("/sw/qa/extras/ww8export/data/", "MS Word 97") { } - - bool mustTestImportOf(const char* filename) const override - { - // If the testcase is stored in some other format, it's pointless to test. - return o3tl::ends_with(filename, ".doc"); - } }; CPPUNIT_TEST_FIXTURE(Test, testTdf148360)