Convert to v2::security and adapt to ndn-cxx changes
Change-Id: I54f1b758cfb8f3f6cbc66a1aec5120ae1640b0ec
refs: #3964
diff --git a/tests/test-routing-table.cpp b/tests/test-routing-table.cpp
index 8bfcedb..b420f2f 100644
--- a/tests/test-routing-table.cpp
+++ b/tests/test-routing-table.cpp
@@ -21,8 +21,8 @@
*
**/
-#include "test-common.hpp"
#include "route/routing-table.hpp"
+#include "test-common.hpp"
#include "route/routing-table-entry.hpp"
#include "route/nexthop.hpp"
#include <boost/test/unit_test.hpp>
@@ -34,7 +34,7 @@
BOOST_AUTO_TEST_CASE(RoutingTableAddNextHop)
{
- RoutingTable rt1(g_scheduler);
+ RoutingTable rt1(m_scheduler);
NextHop nh1;