[Libreoffice-commits] online.git: loolwsd/test

Ashod Nakashian ashod.nakashian at collabora.co.uk
Wed May 11 03:54:06 UTC 2016


 loolwsd/test/integration-http-server.cpp |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 1d90ed07f0a73cf19228cbdfe3ff23ee596cd15b
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date:   Tue May 10 21:47:47 2016 -0400

    loolwsd: don't test for version in loleaflet as it's dynamic
    
    Change-Id: I2488695d70cf0463b93671e3ca986808843f4447
    Reviewed-on: https://gerrit.libreoffice.org/24868
    Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
    Tested-by: Ashod Nakashian <ashnakash at gmail.com>

diff --git a/loolwsd/test/integration-http-server.cpp b/loolwsd/test/integration-http-server.cpp
index 8cb4f3b..09482e1 100644
--- a/loolwsd/test/integration-http-server.cpp
+++ b/loolwsd/test/integration-http-server.cpp
@@ -145,7 +145,6 @@ void HTTPServerTest::testLoleafletPost()
 
     CPPUNIT_ASSERT(html.find(form["access_token"]) != std::string::npos);
     CPPUNIT_ASSERT(html.find(_uri.getHost()) != std::string::npos);
-    CPPUNIT_ASSERT(html.find(std::string(LOOLWSD_VERSION)) != std::string::npos);
 }
 
 namespace {


More information about the Libreoffice-commits mailing list