mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-29 13:07:50 +00:00
[#1999] add missing header includes in tests
fixes "error: ‘ASSERT_NO_THROW_LOG’ was not declared in this scope"
This commit is contained in:
parent
acac3bf840
commit
3f6c20c28f
@ -8,11 +8,14 @@
|
||||
|
||||
#include <cc/data.h>
|
||||
#include <cc/command_interpreter.h>
|
||||
#include <testutils/gtest_utils.h>
|
||||
#include <testutils/user_context_utils.h>
|
||||
#include <process/testutils/d_test_stubs.h>
|
||||
#include <netconf/netconf_cfg_mgr.h>
|
||||
#include <netconf/parser_context.h>
|
||||
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include <iostream>
|
||||
|
@ -5,6 +5,7 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <netconf/netconf_cfg_mgr.h>
|
||||
#include <netconf/parser_context.h>
|
||||
#include <exceptions/exceptions.h>
|
||||
@ -12,9 +13,12 @@
|
||||
#include <process/testutils/d_test_stubs.h>
|
||||
#include <process/d_cfg_mgr.h>
|
||||
#include <yang/yang_models.h>
|
||||
#include <testutils/gtest_utils.h>
|
||||
#include <testutils/test_to_element.h>
|
||||
#include <netconf/tests/test_libraries.h>
|
||||
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
using namespace std;
|
||||
|
@ -11,7 +11,10 @@
|
||||
#include <netconf/netconf_process.h>
|
||||
#include <cc/data.h>
|
||||
#include <process/testutils/d_test_stubs.h>
|
||||
#include <testutils/gtest_utils.h>
|
||||
|
||||
#include <boost/pointer_cast.hpp>
|
||||
|
||||
#include <sstream>
|
||||
|
||||
using namespace isc::asiolink::test;
|
||||
|
@ -5,13 +5,18 @@
|
||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <netconf/netconf_cfg_mgr.h>
|
||||
#include <netconf/netconf_process.h>
|
||||
#include <asiolink/interval_timer.h>
|
||||
#include <asiolink/io_service.h>
|
||||
#include <process/testutils/d_test_stubs.h>
|
||||
#include <testutils/gtest_utils.h>
|
||||
|
||||
#include <boost/date_time/posix_time/posix_time.hpp>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include <functional>
|
||||
|
||||
using namespace boost::posix_time;
|
||||
|
@ -9,9 +9,12 @@
|
||||
#include <cc/data.h>
|
||||
#include <netconf/parser_context.h>
|
||||
#include <cc/dhcp_config_error.h>
|
||||
#include <testutils/gtest_utils.h>
|
||||
#include <testutils/io_utils.h>
|
||||
#include <testutils/user_context_utils.h>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include <fstream>
|
||||
#include <set>
|
||||
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <yang/adaptor_config.h>
|
||||
|
||||
#include <testutils/gtest_utils.h>
|
||||
#include <testutils/io_utils.h>
|
||||
#include <testutils/user_context_utils.h>
|
||||
#include <yang/adaptor_config.h>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
|
@ -6,11 +6,12 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <yang/adaptor_option.h>
|
||||
#include <dhcp/dhcp4.h>
|
||||
#include <dhcp/dhcp6.h>
|
||||
#include <dhcp/option_data_types.h>
|
||||
#include <dhcp/option_space.h>
|
||||
#include <testutils/gtest_utils.h>
|
||||
#include <yang/adaptor_option.h>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <testutils/gtest_utils.h>
|
||||
#include <yang/adaptor_pool.h>
|
||||
#include <yang/yang_models.h>
|
||||
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <testutils/gtest_utils.h>
|
||||
#include <yang/adaptor_subnet.h>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <testutils/gtest_utils.h>
|
||||
#include <yang/adaptor.h>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user