summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-02-26 17:28:17 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-02-26 17:39:31 +0100
commit52c5d1a70df5cc483b85a20e61a18dd8b8d4a045 (patch)
tree58bc7266e7ee5a0e67b829d6c0d377f8304c7a72
parentc147ef86daa50c64948a31734805ff930bc0e8ec (diff)
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
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
index 10fec59698c0..675a012617ed 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")
{