dev/null                                     |binary
 sw/qa/extras/ooxmlexport/data/tdf159032.docx |binary
 sw/qa/extras/ooxmlexport/ooxmlexport14.cxx   |    4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f3fa55195dcc51f4bb83f9d500c426d1dd976813
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Wed Sep 11 11:52:00 2024 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Fri Sep 13 13:00:35 2024 +0200

    tdf#159032: minimize sample file
    
    it still crashes if the fix is reverted.
    Also rename it since the filename is confusing
    
    See 
https://gerrit.libreoffice.org/c/core/+/161652/comments/14d0a095_4e005629
    
    Change-Id: I1a629b8be171d17600024ebdc4ab0584af2342f9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173197
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>
    (cherry picked from commit f44c334a3e2eb8f0fb57df6805c12fc1c128ea99)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173294
    Reviewed-by: Michael Stahl <michael.st...@allotropia.de>

diff --git a/sw/qa/extras/ooxmlexport/data/tdf124795-5.docx 
b/sw/qa/extras/ooxmlexport/data/tdf124795-5.docx
deleted file mode 100644
index 19fd5f49c89c..000000000000
Binary files a/sw/qa/extras/ooxmlexport/data/tdf124795-5.docx and /dev/null 
differ
diff --git a/sw/qa/extras/ooxmlexport/data/tdf159032.docx 
b/sw/qa/extras/ooxmlexport/data/tdf159032.docx
new file mode 100644
index 000000000000..db434f66966f
Binary files /dev/null and b/sw/qa/extras/ooxmlexport/data/tdf159032.docx differ
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx
index 0ed377d84726..27f5c8ad4798 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx
@@ -1449,10 +1449,10 @@ DECLARE_OOXMLEXPORT_TEST(testTdf158436, 
"tdf158436.docx")
     CPPUNIT_ASSERT_EQUAL(1, getPages());
 }
 
-DECLARE_OOXMLEXPORT_TEST(testTdf159032, "tdf124795-5.docx")
+DECLARE_OOXMLEXPORT_TEST(testTdf159032, "tdf159032.docx")
 {
     // This resulted crashing
-    CPPUNIT_ASSERT_EQUAL(57, getPages());
+    CPPUNIT_ASSERT_EQUAL(2, getPages());
 }
 
 DECLARE_OOXMLEXPORT_TEST(testTdf160518, 
"tdf160518_useWord2013TrackBottomHyphenation.docx")

Reply via email to