diff --git a/sw/qa/core/exportdata/html/fail/.gitignore b/sw/qa/core/exportdata/html/fail/.gitignore new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/sw/qa/core/exportdata/html/indeterminate/.gitignore b/sw/qa/core/exportdata/html/indeterminate/.gitignore new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/sw/qa/core/exportdata/html/pass/cp1000068.odt b/sw/qa/core/exportdata/html/pass/cp1000068.odt new file mode 100644 index 000000000000..8ae4ad525b87 Binary files /dev/null and b/sw/qa/core/exportdata/html/pass/cp1000068.odt differ diff --git a/sw/qa/core/filters-test.cxx b/sw/qa/core/filters-test.cxx index 3cbad56dec20..85486162da69 100644 --- a/sw/qa/core/filters-test.cxx +++ b/sw/qa/core/filters-test.cxx @@ -180,6 +180,14 @@ void SwFiltersTest::testCVEs() 0, 0, /*bExport=*/true); + + testDir("HTML", + getURLFromSrc("/sw/qa/core/exportdata/html/"), + OUString(sHTML), + 0, + 0, + 0, + /*bExport=*/true); } void SwFiltersTest::setUp()