[Libreoffice-commits] core.git: sw/qa
Xisco Fauli (via logerrit)
logerrit at kemper.freedesktop.org
Sat May 2 20:27:50 UTC 2020
sw/qa/extras/ooxmlexport/data/tdf106724.docx |binary
sw/qa/extras/ooxmlexport/ooxmlexport8.cxx | 5 +++++
2 files changed, 5 insertions(+)
New commits:
commit 3b30c934bb4f17af41ceda32b4054e59da9f6f07
Author: Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Sat May 2 17:16:52 2020 +0200
Commit: Xisco Faulí <xiscofauli at libreoffice.org>
CommitDate: Sat May 2 22:27:14 2020 +0200
tdf#106724: sw: Add unittest
Change-Id: Icb65e69a92bd1bbad8db945bf91153eb5c730d23
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93314
Tested-by: Jenkins
Reviewed-by: Xisco Faulí <xiscofauli at libreoffice.org>
diff --git a/sw/qa/extras/ooxmlexport/data/tdf106724.docx b/sw/qa/extras/ooxmlexport/data/tdf106724.docx
new file mode 100644
index 000000000000..3cce6ea7c361
Binary files /dev/null and b/sw/qa/extras/ooxmlexport/data/tdf106724.docx differ
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport8.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport8.cxx
index 18ffbe4d6cf8..772f4bd9dc82 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport8.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport8.cxx
@@ -452,6 +452,11 @@ DECLARE_OOXMLEXPORT_TEST(testN778828, "n778828.docx")
CPPUNIT_ASSERT_EQUAL(2, getPages());
}
+DECLARE_OOXMLEXPORT_TEST(testTdf106724, "tdf106724.docx")
+{
+ // This document simply crashed the importer.
+}
+
DECLARE_OOXMLEXPORT_TEST(testN779834, "n779834.docx")
{
// This document simply crashed the importer.
More information about the Libreoffice-commits
mailing list