2
0
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:
Andrei Pavel 2021-07-28 12:54:23 +03:00
parent acac3bf840
commit 3f6c20c28f
No known key found for this signature in database
GPG Key ID: 86E9385BC2203766
10 changed files with 25 additions and 3 deletions

View File

@ -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>

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -6,6 +6,7 @@
#include <config.h>
#include <testutils/gtest_utils.h>
#include <yang/adaptor_pool.h>
#include <yang/yang_models.h>

View File

@ -6,6 +6,7 @@
#include <config.h>
#include <testutils/gtest_utils.h>
#include <yang/adaptor_subnet.h>
#include <gtest/gtest.h>

View File

@ -6,6 +6,7 @@
#include <config.h>
#include <testutils/gtest_utils.h>
#include <yang/adaptor.h>
#include <gtest/gtest.h>