diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-02-25 09:55:25 +0100 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-02-25 12:08:51 +0100 |
commit | 55d1464407776e8c11bb49b024a7a451c110745f (patch) | |
tree | 0f3d0a5885e9cf610116c210543ea93aa4b9f308 /sw | |
parent | 6eb247f4e9cfc53aebe01d7393a2cc1464f737aa (diff) |
ooxml: also change the document name in the test
Change-Id: I930d7da93d49545a1622a158943ab7ef03fc4d1f
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/ooxmlexport/ooxmlexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<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"); if (!pXmlDoc) |