summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-05-20 10:41:06 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-05-20 10:54:22 +0200
commite4740dbecfce958c2c707d8cc92e6dbe52f4b71b (patch)
treeb955b6ddc9d6a2370cb24a77d88755bd344136b9
parent1870ed0e4f63e9c58476e7dcd160e04eb866e0f5 (diff)
fdo#78659 make testcase minimal
Change-Id: I393b413528685276bffd35fb7fe5ce8c742314b7
-rw-r--r--sw/qa/extras/ooxmlexport/data/fdo78659.docxbin225907 -> 86548 bytes
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport.cxx2
2 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/ooxmlexport/data/fdo78659.docx b/sw/qa/extras/ooxmlexport/data/fdo78659.docx
index 55d6d08eb5d4..cf0800373e97 100644
--- a/sw/qa/extras/ooxmlexport/data/fdo78659.docx
+++ b/sw/qa/extras/ooxmlexport/data/fdo78659.docx
Binary files differ
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
index f70f58df5ead..90021c55ba99 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
@@ -3368,7 +3368,7 @@ DECLARE_OOXMLEXPORT_TEST(testFDO78659, "fdo78659.docx")
if (!pXmlDoc)
return;
- assertXPath(pXmlDoc, "/w:document[1]/w:body[1]/w:tbl[8]/w:tr[6]/w:tc[1]/w:p[1]/w:hyperlink[1]/w:r[3]/w:fldChar[1]", 0);
+ assertXPath(pXmlDoc, "/w:document[1]/w:body[1]/w:tbl[1]/w:tr[1]/w:tc[1]/w:p[1]/w:hyperlink[1]/w:r[3]/w:fldChar[1]", 0);
}
DECLARE_OOXMLEXPORT_TEST(testFDO78384,"fdo78384.docx")