ooxml: also change the document name in the test

Change-Id: I930d7da93d49545a1622a158943ab7ef03fc4d1f
This commit is contained in:
Tomaž Vajngerl 2014-02-25 09:55:25 +01:00
parent 6eb247f4e9
commit 55d1464407

View File

@ -3444,7 +3444,7 @@ DECLARE_OOXMLEXPORT_TEST(testDMLGroupShapeParaSpacing, "dml-groupshape-paraspaci
CPPUNIT_ASSERT_EQUAL(sal_Int32(0), getProperty<sal_Int32>(xRun, "ParaBottomMargin")); CPPUNIT_ASSERT_EQUAL(sal_Int32(0), getProperty<sal_Int32>(xRun, "ParaBottomMargin"));
} }
DECLARE_OOXMLEXPORT_TEST(testW14TextEffects, "TextEffects.docx") DECLARE_OOXMLEXPORT_TEST(testW14TextEffects, "TextEffects_Glow_Shadow_Reflection.docx")
{ {
xmlDocPtr pXmlDoc = parseExport("word/document.xml"); xmlDocPtr pXmlDoc = parseExport("word/document.xml");
if (!pXmlDoc) if (!pXmlDoc)