From: Francis Dupont Date: Thu, 15 Oct 2020 14:29:46 +0000 (+0200) Subject: [#1450] Reverted response_creator_unittests.cc X-Git-Tag: Kea-1.9.1~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb20f0068f885ef7437186a75439df2fbb8e995c;p=thirdparty%2Fkea.git [#1450] Reverted response_creator_unittests.cc --- diff --git a/src/lib/http/tests/response_creator_unittests.cc b/src/lib/http/tests/response_creator_unittests.cc index 39b226e310..1b2f9fdfb8 100644 --- a/src/lib/http/tests/response_creator_unittests.cc +++ b/src/lib/http/tests/response_creator_unittests.cc @@ -135,17 +135,7 @@ TEST(HttpResponseCreatorTest, goodRequest) { } /// @brief Test fixture for HTTP response creator authentication. -class HttpResponseCreatorAuthTest : public LogContentTest { -public: - /// @brief Constructor. - /// - /// Set the logCheckVerbose flag - HttpResponseCreatorAuthTest() { -#ifdef LOG_CHECK_VERBOSE - logCheckVerbose(true); -#endif - } -}; +class HttpResponseCreatorAuthTest : public LogContentTest { }; // This test verifies that missing required authentication header gives // unauthorized error.