test/httpwstest.cpp | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit aa5b28ceb08cfc5c0e19c8cc99ae353c47f8a2c0
Author: Miklos Vajna <[email protected]>
AuthorDate: Thu May 9 10:40:22 2019 +0200
Commit: Miklos Vajna <[email protected]>
CommitDate: Thu May 9 10:40:25 2019 +0200
test: fix HTTPWSTest::testRenderShapeSelectionWriterImage() failure with ...
... debug core.git. Same problem, need to filter out <desc> XML
elements.
Change-Id: I84973b831508e6a073d9c75868307d98a2ada370
diff --git a/test/httpwstest.cpp b/test/httpwstest.cpp
index 38524bd73..978fa2175 100644
--- a/test/httpwstest.cpp
+++ b/test/httpwstest.cpp
@@ -2830,6 +2830,8 @@ void HTTPWSTest::testRenderShapeSelectionWriterImage()
if (it != responseSVG.end())
responseSVG.erase(responseSVG.begin(), ++it);
+ stripDescriptions(responseSVG);
+
CPPUNIT_ASSERT(svgMatch(testname, responseSVG,
"non_shape_writer_image.svg"));
}
catch (const Poco::Exception& exc)
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits