diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-03-20 13:31:47 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-03-20 14:14:48 +0000 |
commit | abae860fa702b56fb11164ebb98acb4681e49cc1 (patch) | |
tree | 16a17522562d48fd37ac508878d24c788747bf1d /sw/qa | |
parent | 7b9fbdd9a7d0701b6a771b5c590c5393f366a6b6 (diff) |
fix a bunch of crashtest import failures
as far as I can tell this has been broken since
commit 118dfcf180d2d5a2d015ebb5f0082962773b7d24
Date: Thu Apr 17 15:07:52 2003 +0000
<SwSectionFrm::CalcFtnCntnt()> - consider that footnote/endnote can move
with a private bug id so not currently possible to find out what the original
problem to be solved was, so revert that and lock this down with an import test
and maybe we will flush out the original problem eventually.
Change-Id: I2af13b9b5875928aa157d47be0aaff2836ba38e1
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/core/data/xml/pass/ooo32780-1.sxw | bin | 0 -> 6349 bytes | |||
-rw-r--r-- | sw/qa/extras/odfimport/data/ooo32780-1.odt | bin | 0 -> 34072 bytes | |||
-rw-r--r-- | sw/qa/extras/odfimport/odfimport.cxx | 5 |
3 files changed, 5 insertions, 0 deletions
diff --git a/sw/qa/core/data/xml/pass/ooo32780-1.sxw b/sw/qa/core/data/xml/pass/ooo32780-1.sxw Binary files differnew file mode 100644 index 000000000000..f94656718837 --- /dev/null +++ b/sw/qa/core/data/xml/pass/ooo32780-1.sxw diff --git a/sw/qa/extras/odfimport/data/ooo32780-1.odt b/sw/qa/extras/odfimport/data/ooo32780-1.odt Binary files differnew file mode 100644 index 000000000000..e7185b669520 --- /dev/null +++ b/sw/qa/extras/odfimport/data/ooo32780-1.odt diff --git a/sw/qa/extras/odfimport/odfimport.cxx b/sw/qa/extras/odfimport/odfimport.cxx index 139e2bc585e5..dd32fb6da717 100644 --- a/sw/qa/extras/odfimport/odfimport.cxx +++ b/sw/qa/extras/odfimport/odfimport.cxx @@ -314,6 +314,11 @@ DECLARE_ODFIMPORT_TEST(testFdo56272, "fdo56272.odt") CPPUNIT_ASSERT_EQUAL(sal_Int32(422), xShape->getPosition().Y); // Was -2371 } +DECLARE_ODFIMPORT_TEST(testCalcFtnCntnt, "ooo32780-1.odt") +{ + //this was a CalcFtnCntnt crash +} + DECLARE_ODFIMPORT_TEST(testFdo75872_ooo33, "fdo75872_ooo33.odt") { // graphics default style: line color and fill color changed |