[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.1' - sw/qa

Tamás Zolnai tamas.zolnai at collabora.com
Mon Oct 31 12:30:21 UTC 2016


 sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 48d66f24e8cf38cb5deca8cc380ae4712c55b1e3
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
Date:   Mon Oct 31 13:25:47 2016 +0000

    tdf#103544: This unit test update was missed to cherry-pick
    
    Change-Id: I4127e6dc2aa89ed6df07d0908340840f36b8fc43

diff --git a/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx
index 09c0840..0d6116a 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx
@@ -498,8 +498,8 @@ DECLARE_OOXMLEXPORT_TEST(testFDO78590, "FDO78590.docx")
         return;
 
     // This is to ensure that the fld starts and ends inside a hyperlink...
-    assertXPath ( pXmlDoc, "/w:document/w:body/w:p[1]/w:pPr/w:framePr", "w", "9851" );
-    assertXPath ( pXmlDoc, "/w:document/w:body/w:p[1]/w:pPr/w:framePr", "h", "1669" );
+    assertXPath ( pXmlDoc, "/w:document/w:body/w:p[2]/w:pPr/w:framePr", "w", "9851" );
+    assertXPath ( pXmlDoc, "/w:document/w:body/w:p[2]/w:pPr/w:framePr", "h", "1669" );
 }
 
 DECLARE_OOXMLEXPORT_TEST(testSdtCitationRun, "sdt-citation-run.docx")


More information about the Libreoffice-commits mailing list