From 55d1464407776e8c11bb49b024a7a451c110745f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toma=C5=BE=20Vajngerl?= Date: Tue, 25 Feb 2014 09:55:25 +0100 Subject: [PATCH] ooxml: also change the document name in the test Change-Id: I930d7da93d49545a1622a158943ab7ef03fc4d1f --- sw/qa/extras/ooxmlexport/ooxmlexport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx index ae014f1583c5..57e5b2755199 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx @@ -3444,7 +3444,7 @@ DECLARE_OOXMLEXPORT_TEST(testDMLGroupShapeParaSpacing, "dml-groupshape-paraspaci CPPUNIT_ASSERT_EQUAL(sal_Int32(0), getProperty(xRun, "ParaBottomMargin")); } -DECLARE_OOXMLEXPORT_TEST(testW14TextEffects, "TextEffects.docx") +DECLARE_OOXMLEXPORT_TEST(testW14TextEffects, "TextEffects_Glow_Shadow_Reflection.docx") { xmlDocPtr pXmlDoc = parseExport("word/document.xml"); if (!pXmlDoc)