diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-04-01 10:28:43 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-04-01 13:22:46 +0200 |
commit | ede4b852cd183a93161a4a154865793317d9b452 (patch) | |
tree | 0616f38f2290c68c8658f9e66e66eca7899aaec6 /sw/qa | |
parent | 66b86ed0b75690b8c52d5bad2e6db90246a08cf9 (diff) |
Related: tdf147485 add forcepoint test-case for duplicate issue
Change-Id: I5e80eb62f9ca36a972894f536e3b77b6853bd3fe
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132411
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/extras/layout/data/tdf147485-forcepoint.doc | bin | 0 -> 62544 bytes | |||
-rw-r--r-- | sw/qa/extras/layout/layout.cxx | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sw/qa/extras/layout/data/tdf147485-forcepoint.doc b/sw/qa/extras/layout/data/tdf147485-forcepoint.doc Binary files differnew file mode 100644 index 000000000000..cb630efb8717 --- /dev/null +++ b/sw/qa/extras/layout/data/tdf147485-forcepoint.doc diff --git a/sw/qa/extras/layout/layout.cxx b/sw/qa/extras/layout/layout.cxx index 937ca47ba270..39b0b48876f6 100644 --- a/sw/qa/extras/layout/layout.cxx +++ b/sw/qa/extras/layout/layout.cxx @@ -2530,6 +2530,12 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testForcepoint94) createSwWebDoc(DATA_DIRECTORY, "forcepoint94.html"); } +//just care it doesn't crash/assert +CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testTdf147485Forcepoint) +{ + createSwDoc(DATA_DIRECTORY, "tdf147485-forcepoint.doc"); +} + CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testTdf118058) { SwDoc* pDoc = createSwDoc(DATA_DIRECTORY, "tdf118058.fodt"); |