diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-06-14 14:01:12 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-06-14 14:17:12 +0100 |
commit | d999069ec6ace6e43b054f26a48f99cbec621628 (patch) | |
tree | b5a56725c58ab3b8b7f789b167fa126d54e2535c /sw/qa | |
parent | c1b4de9d8b480d0a773f4bf6bfc5f752f47c32f0 (diff) |
crashtesting: fix ~SwIndexReg assert on exporting tdf46441-2.odt to .doc
Change-Id: I770c1f5ed4ebfb216810e30de83eb053606c2f8d
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/extras/ww8export/data/tdf46441-2.odt | bin | 0 -> 14672 bytes | |||
-rw-r--r-- | sw/qa/extras/ww8export/ww8export.cxx | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sw/qa/extras/ww8export/data/tdf46441-2.odt b/sw/qa/extras/ww8export/data/tdf46441-2.odt Binary files differnew file mode 100644 index 000000000000..ed73406c5ab7 --- /dev/null +++ b/sw/qa/extras/ww8export/data/tdf46441-2.odt diff --git a/sw/qa/extras/ww8export/ww8export.cxx b/sw/qa/extras/ww8export/ww8export.cxx index 24023a46f2cf..15dd31a632c7 100644 --- a/sw/qa/extras/ww8export/ww8export.cxx +++ b/sw/qa/extras/ww8export/ww8export.cxx @@ -666,6 +666,11 @@ DECLARE_WW8EXPORT_TEST(testMoveRange, "fdo66304-1.odt") //the save must survive without asserting } +DECLARE_WW8EXPORT_TEST(testClearFramePams, "tdf46441-2.odt") +{ + //the save must survive without asserting +} + DECLARE_WW8EXPORT_TEST(testTdf94386, "tdf94386.odt") { // check that the first and next page use different page styles |