[Libreoffice-commits] online.git: test/httpwstest.cpp
Ashod Nakashian
ashod.nakashian at collabora.co.uk
Mon Apr 10 04:10:08 UTC 2017
test/httpwstest.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 1312cdc9189156da7678e0e2c93a33893b77ee8b
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date: Sun Apr 9 22:16:37 2017 -0400
wsd: fix testSlideShow to accept larger SVG exports
Change-Id: I29f0fb5b4573a7338e7244f8a1d2f9043223bc57
Reviewed-on: https://gerrit.libreoffice.org/36331
Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
Tested-by: Ashod Nakashian <ashnakash at gmail.com>
diff --git a/test/httpwstest.cpp b/test/httpwstest.cpp
index 033c5bd1..78d717fb 100644
--- a/test/httpwstest.cpp
+++ b/test/httpwstest.cpp
@@ -1181,9 +1181,9 @@ void HTTPWSTest::testSlideShow()
(void)rs;
// Some setups render differently; recognize these two valid output sizes for now.
// Seems LO generates different svg content, even though visually identical.
- // Current known sizes: 434748, 451329, 467345, 468653.
+ // Current known sizes: 434748, 451329, 467345, 468653, 483882.
CPPUNIT_ASSERT(responseSVG.getContentLength() >= std::streamsize(430000) &&
- responseSVG.getContentLength() <= std::streamsize(470000));
+ responseSVG.getContentLength() <= std::streamsize(490000));
}
catch (const Poco::Exception& exc)
{
More information about the Libreoffice-commits
mailing list