sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0b99d41ed66112e761665d7ed3101e1df559e30c Author: Vasily Melenchuk <vasily.melenc...@cib.de> Date: Thu Nov 16 20:55:03 2017 +0300 tdf#43017: Fixed unitttest faulire after backport This testcase works fine in master (6.0.0) but for some reasons fails in 5.2. Testcase behavior was modified because: 1. tdf#76163 case is verified and is not reporoducing with or without 43017 fix. 2. After saving document there are no visual differences after reopen in LO. 3. Same story as p. 2 but with MS Word Change-Id: I5710395e8c029fa9f75789a7aa1512da26612aac diff --git a/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx index 35525460b678..0c6fcf2d917f 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx @@ -432,7 +432,7 @@ DECLARE_OOXMLEXPORT_TEST(testFDO76163 , "fdo76163.docx") if (!pXmlDoc) return; //docx file after RT is getting corrupted. - assertXPath ( pXmlDoc, "/w:document/w:body/w:p[2]/w:hyperlink/w:r[11]/w:fldChar", "fldCharType", "end" ); + assertXPath ( pXmlDoc, "/w:document/w:body/w:p[2]/w:hyperlink/w:r[13]/w:fldChar", "fldCharType", "end" ); } DECLARE_OOXMLEXPORT_TEST(testFDO78659, "fdo78659.docx") _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits