diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-05-09 08:40:10 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-05-09 08:49:11 +0200 |
commit | d5874376a7db53a4b0e8b3fabb902d14639032cc (patch) | |
tree | 600649b1f26d890ed96c7e8097954148e1610a70 | |
parent | e9b2787c2ece4c8260fbac6359257e1829c917d4 (diff) |
fdo#71834 make reproducer document more minimal
1,5M -> 21K without loosing anything interesting.
Change-Id: I145612b9242dd6570e0b4e90f85171b177214500
-rw-r--r-- | sw/qa/extras/ooxmlexport/data/fdo71834.docx | bin | 1494310 -> 20967 bytes | |||
-rw-r--r-- | sw/qa/extras/ooxmlexport/ooxmlexport.cxx | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/ooxmlexport/data/fdo71834.docx b/sw/qa/extras/ooxmlexport/data/fdo71834.docx Binary files differindex 62262d902618..154533450741 100644 --- a/sw/qa/extras/ooxmlexport/data/fdo71834.docx +++ b/sw/qa/extras/ooxmlexport/data/fdo71834.docx diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx index 42e25c789469..4f0a3290e102 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx @@ -2181,7 +2181,7 @@ DECLARE_OOXMLEXPORT_TEST(testFDO71834, "fdo71834.docx") xmlDocPtr pXmlDoc = parseExport("word/document.xml"); if (!pXmlDoc) return; - assertXPath(pXmlDoc, "/w:document/w:body/w:tbl[4]/w:tr[2]/w:tc[1]/w:tcPr[1]/w:tcW[1]","type", "dxa"); + assertXPath(pXmlDoc, "/w:document/w:body/w:tbl[1]/w:tr[2]/w:tc[1]/w:tcPr[1]/w:tcW[1]","type", "dxa"); } DECLARE_OOXMLEXPORT_TEST(testFieldFlagO,"TOC_field_f.docx") |