sd/qa/unit/SVGExportTests.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dc1b925fff1c345a0d7287009cecbf5539d818eb
Author:     Andras Timar <[email protected]>
AuthorDate: Sat Jun 29 19:07:44 2019 +0200
Commit:     Andras Timar <[email protected]>
CommitDate: Sat Jun 29 19:07:44 2019 +0200

    fix SdSVGFilterTest::testSVGExportJavascriptURL unit test
    
    Change-Id: I89c97afaabe866e3d3343f4546bf70a3998c3a04

diff --git a/sd/qa/unit/SVGExportTests.cxx b/sd/qa/unit/SVGExportTests.cxx
index 4269c817f833..6c74baa37e32 100644
--- a/sd/qa/unit/SVGExportTests.cxx
+++ b/sd/qa/unit/SVGExportTests.cxx
@@ -121,7 +121,7 @@ public:
         // There should be only one child (no link to javascript url)
         assertXPathChildren(svgDoc,
                             MAKE_PATH_STRING(/ SVG_SVG / SVG_G[2] / SVG_G / 
SVG_G / SVG_G / SVG_G
-                                             / SVG_G[4] / SVG_G),
+                                             / SVG_G[3] / SVG_G),
                             1);
     }
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to