[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3' - sd/qa
Andras Timar (via logerrit)
logerrit at kemper.freedesktop.org
Sat Jun 29 17:08:38 UTC 2019
sd/qa/unit/SVGExportTests.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit dc1b925fff1c345a0d7287009cecbf5539d818eb
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Sat Jun 29 19:07:44 2019 +0200
Commit: Andras Timar <andras.timar at collabora.com>
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);
}
More information about the Libreoffice-commits
mailing list