[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - test/httpwstest.cpp
Ashod Nakashian
ashod.nakashian at collabora.co.uk
Tue Apr 11 12:47:07 UTC 2017
test/httpwstest.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit c8633a38e67bcd8aad257fea0e0eafb64e4d9666
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>
(cherry picked from commit 1312cdc9189156da7678e0e2c93a33893b77ee8b)
Reviewed-on: https://gerrit.libreoffice.org/36338
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
Tested-by: Jan Holesovsky <kendy at collabora.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