[Libreoffice-commits] core.git: sw/qa

Miklos Vajna vmiklos at collabora.co.uk
Wed Feb 26 08:40:00 PST 2014


 sw/qa/extras/ooxmlexport/ooxmlexport.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 52c5d1a70df5cc483b85a20e61a18dd8b8d4a045
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Wed Feb 26 17:28:17 2014 +0100

    CppunitTest_sw_ooxmlexport: restore this test
    
    It was crashing, as a quick-fix 43feacd5330b5652b58e8a75a0f41a78ee6ebe1c
    (sw: fix build, 2014-02-08) disabled the test. I wanted to fix this
    properly today, but it was already working.
    
    Change-Id: Ifbfa82bc907d6c4bd8ec398472f751714c721b09

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
index 10fec59..675a012 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
@@ -2297,7 +2297,6 @@ DECLARE_OOXMLEXPORT_TEST(testFdo73556,"fdo73556.docx")
     CPPUNIT_ASSERT_EQUAL(sal_Int32(3751), tableWidth);
 }
 
-/* FIXME this still crashes
 DECLARE_OOXMLEXPORT_TEST(testSegFaultWhileSave, "test_segfault_while_save.docx")
 {
     // fdo#74499
@@ -2305,7 +2304,7 @@ DECLARE_OOXMLEXPORT_TEST(testSegFaultWhileSave, "test_segfault_while_save.docx")
     if (!pXmlDoc)
         return;
     CPPUNIT_ASSERT(getXPath(pXmlDoc, "/w:document/w:body/w:tbl/w:tblGrid/w:gridCol[2]", "w").match("6138"));
-}*/
+}
 
 DECLARE_OOXMLEXPORT_TEST(fdo69656, "Table_cell_auto_width_fdo69656.docx")
 {


More information about the Libreoffice-commits mailing list