|
@@ -1,4 +1,4 @@
|
|
|
-// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
|
|
|
+// Copyright (C) 2013-2016 Internet Systems Consortium, Inc. ("ISC")
|
|
|
//
|
|
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
@@ -24,8 +24,8 @@
|
|
|
#include <dhcp/tests/iface_mgr_test_config.h>
|
|
|
#include <dhcp/tests/pkt_captures.h>
|
|
|
#include <cc/command_interpreter.h>
|
|
|
-#include "marker_file.h"
|
|
|
-#include "test_libraries.h"
|
|
|
+#include <dhcp6/tests/marker_file.h>
|
|
|
+#include <dhcp6/tests/test_libraries.h>
|
|
|
|
|
|
#include <boost/scoped_ptr.hpp>
|
|
|
#include <gtest/gtest.h>
|
|
@@ -575,7 +575,6 @@ public:
|
|
|
static_cast<void>(remove(LOAD_MARKER_FILE));
|
|
|
static_cast<void>(remove(UNLOAD_MARKER_FILE));
|
|
|
|
|
|
- IfaceMgr::instance().deleteAllExternalSockets();
|
|
|
CfgMgr::instance().clear();
|
|
|
}
|
|
|
};
|