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

Tor Lillqvist tml at collabora.com
Mon Apr 25 05:26:43 UTC 2016


 loolwsd/test/httpcrashtest.cpp |    1 -
 loolwsd/test/httpgettest.cpp   |    1 -
 loolwsd/test/httpposttest.cpp  |    1 -
 3 files changed, 3 deletions(-)

New commits:
commit dcbb5eab335e649c6ac8ae0f8cf53eb178f24bdd
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon Apr 25 08:25:24 2016 +0300

    Hmm, probably should remove all those commmented-out lines for consistency then
    
    If there in fact was some good reason to have them, it is trivial to
    add them back (with a comment telling why they are useful, thanks).

diff --git a/loolwsd/test/httpcrashtest.cpp b/loolwsd/test/httpcrashtest.cpp
index 4d02c36..cc6357f 100644
--- a/loolwsd/test/httpcrashtest.cpp
+++ b/loolwsd/test/httpcrashtest.cpp
@@ -358,6 +358,5 @@ HTTPCrashTest::connectLOKit(Poco::Net::HTTPRequest& request,
 }
 
 CPPUNIT_TEST_SUITE_REGISTRATION(HTTPCrashTest);
-//CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(HTTPCrashTest, "httpcrashtest");
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/loolwsd/test/httpgettest.cpp b/loolwsd/test/httpgettest.cpp
index 7961a29..2dd1df9 100644
--- a/loolwsd/test/httpgettest.cpp
+++ b/loolwsd/test/httpgettest.cpp
@@ -125,6 +125,5 @@ void HTTPGetTest::testParams()
 }
 
 CPPUNIT_TEST_SUITE_REGISTRATION(HTTPGetTest);
-//CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(HTTPGetTest, "httpgettest");
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/loolwsd/test/httpposttest.cpp b/loolwsd/test/httpposttest.cpp
index 0fd5ec6..2f764ce 100644
--- a/loolwsd/test/httpposttest.cpp
+++ b/loolwsd/test/httpposttest.cpp
@@ -180,6 +180,5 @@ void HTTPPostTest::testNoExtraLoolKitsLeft()
 }
 
 CPPUNIT_TEST_SUITE_REGISTRATION(HTTPPostTest);
-//CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(HTTPPostTest, "httpposttest");
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list