test/httpwstest.cpp |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 8e91768868fb7e4e4439a257a622ce6b4bef0b20
Author: Ashod Nakashian <ashod.nakash...@collabora.co.uk>
Date:   Fri Apr 7 01:54:53 2017 -0400

    wsd: be more flexible with the svg export test
    
    Change-Id: I4ff645605b911bb8a872894bec9eeed0eff1ae3c
    Reviewed-on: https://gerrit.libreoffice.org/36246
    Reviewed-by: Ashod Nakashian <ashnak...@gmail.com>
    Tested-by: Ashod Nakashian <ashnak...@gmail.com>

diff --git a/test/httpwstest.cpp b/test/httpwstest.cpp
index 33a13533..033c5bd1 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.
-        CPPUNIT_ASSERT(responseSVG.getContentLength() >= 
std::streamsize(434748) &&
-                       responseSVG.getContentLength() <= 
std::streamsize(467345));
+        // Current known sizes: 434748, 451329, 467345, 468653.
+        CPPUNIT_ASSERT(responseSVG.getContentLength() >= 
std::streamsize(430000) &&
+                       responseSVG.getContentLength() <= 
std::streamsize(470000));
     }
     catch (const Poco::Exception& exc)
     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to