]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3490] Post rebase updates
authorFrancis Dupont <fdupont@isc.org>
Thu, 1 Aug 2024 08:26:03 +0000 (10:26 +0200)
committerRazvan Becheriu <razvan@isc.org>
Thu, 8 Aug 2024 19:39:03 +0000 (19:39 +0000)
src/bin/d2/tests/d2_http_command_unittest.cc
src/bin/dhcp4/tests/http_control_socket_unittest.cc
src/bin/dhcp6/tests/http_control_socket_unittest.cc
src/lib/config/tests/http_command_mgr_unittests.cc

index e1f2e699f394ad7240af67595459ac78404e42f1..1e116dd515161803bfce0dd403cb64276cb70fe8 100644 (file)
@@ -17,7 +17,7 @@
 #include <d2/parser_context.h>
 #include <http/response.h>
 #include <http/response_parser.h>
-#include <http/tests/test_http_client.h>
+#include <http/testutils/test_http_client.h>
 #include <gtest/gtest.h>
 #include <boost/pointer_cast.hpp>
 #include <atomic>
index 5bebc449709be3f48f04b072182911539ebc7aa9..46a381da11ea979c1b9c923f80e22d5cdac8723b 100644 (file)
@@ -24,7 +24,7 @@
 #include <hooks/hooks_manager.h>
 #include <http/response.h>
 #include <http/response_parser.h>
-#include <http/tests/test_http_client.h>
+#include <http/testutils/test_http_client.h>
 #include <log/logger_support.h>
 #include <stats/stats_mgr.h>
 #include <util/chrono_time_utils.h>
index 7cb3806769246c35c4166ff05d39a4caf99aa064..59b5dfce3ae26bafac82a9e722e26a8f9b0ef3ab 100644 (file)
@@ -23,7 +23,7 @@
 #include <hooks/hooks_manager.h>
 #include <http/response.h>
 #include <http/response_parser.h>
-#include <http/tests/test_http_client.h>
+#include <http/testutils/test_http_client.h>
 #include <log/logger_support.h>
 #include <stats/stats_mgr.h>
 #include <util/chrono_time_utils.h>
index 6dd0903f290857f319283f5d7416dc615b976e2d..6044a7b39291adfcf74dc1ca43eb7103d70e3708 100644 (file)
@@ -14,7 +14,7 @@
 #include <config/command_mgr.h>
 #include <http/response.h>
 #include <http/response_parser.h>
-#include <http/tests/test_http_client.h>
+#include <http/testutils/test_http_client.h>
 #include <testutils/gtest_utils.h>
 
 #include <gtest/gtest.h>