[Libreoffice-commits] online.git: test/httpwstest.cpp
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu May 9 08:41:30 UTC 2019
test/httpwstest.cpp | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit aa5b28ceb08cfc5c0e19c8cc99ae353c47f8a2c0
Author: Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Thu May 9 10:40:22 2019 +0200
Commit: Miklos Vajna <vmiklos at collabora.com>
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)
More information about the Libreoffice-commits
mailing list