[Libreoffice-commits] online.git: test/helpers.hpp

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Aug 27 07:10:28 UTC 2018


 test/helpers.hpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9a4626ae0d458d4dd274a25e384d97415f73e3e9
Author:     Miklos Vajna <vmiklos at collabora.co.uk>
AuthorDate: Mon Aug 27 09:10:01 2018 +0200
Commit:     Miklos Vajna <vmiklos at collabora.co.uk>
CommitDate: Mon Aug 27 09:10:10 2018 +0200

    test: no need to copy testname

diff --git a/test/helpers.hpp b/test/helpers.hpp
index 54c37a8ce..13b351762 100644
--- a/test/helpers.hpp
+++ b/test/helpers.hpp
@@ -327,7 +327,7 @@ std::string assertResponseString(T& ws, const std::string& prefix, const std::st
 
 /// Assert that we don't get a response with the given prefix.
 template <typename T>
-std::string assertNotInResponse(T& ws, const std::string& prefix, const std::string testname)
+std::string assertNotInResponse(T& ws, const std::string& prefix, const std::string& testname)
 {
     const auto res = getResponseString(ws, prefix, testname, 1000);
     CPPUNIT_ASSERT_MESSAGE(testname + "Did not expect getting message [" + res + "].", res.empty());


More information about the Libreoffice-commits mailing list