diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-04-30 14:40:16 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-04-30 15:07:22 +0200 |
commit | 1de73df9cb3fdda3732c5270864bc30e38e63c2f (patch) | |
tree | 482ad753060f65acce327f45ce882175d63c9f15 /sw/qa | |
parent | 78eadd2f122e072f217137199430f113f41b450a (diff) |
cp#1000068 testcase
Change-Id: I0dbbfd9c82600fbc5c98c5107639e1714b220c71
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/core/exportdata/html/fail/.gitignore | 0 | ||||
-rw-r--r-- | sw/qa/core/exportdata/html/indeterminate/.gitignore | 0 | ||||
-rw-r--r-- | sw/qa/core/exportdata/html/pass/cp1000068.odt | bin | 0 -> 52287 bytes | |||
-rw-r--r-- | sw/qa/core/filters-test.cxx | 8 |
4 files changed, 8 insertions, 0 deletions
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 --- /dev/null +++ b/sw/qa/core/exportdata/html/fail/.gitignore 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 --- /dev/null +++ b/sw/qa/core/exportdata/html/indeterminate/.gitignore diff --git a/sw/qa/core/exportdata/html/pass/cp1000068.odt b/sw/qa/core/exportdata/html/pass/cp1000068.odt Binary files differnew file mode 100644 index 000000000000..8ae4ad525b87 --- /dev/null +++ b/sw/qa/core/exportdata/html/pass/cp1000068.odt 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() |