fw: forward Interest/Data to ad hoc incoming face
Change-Id: Ia2eacf2a54d65ea4bffb607a709e1d1263547fd7
Refs: #3968
diff --git a/tests/daemon/fw/strategy-instantiation.t.cpp b/tests/daemon/fw/strategy-instantiation.t.cpp
index 0e012b4..391c761 100644
--- a/tests/daemon/fw/strategy-instantiation.t.cpp
+++ b/tests/daemon/fw/strategy-instantiation.t.cpp
@@ -75,11 +75,11 @@
using Tests = boost::mpl::vector<
Test<AccessStrategy, false, 1>,
- Test<AsfStrategy, true, 1>,
+ Test<AsfStrategy, true, 2>,
Test<BestRouteStrategy, false, 1>,
- Test<BestRouteStrategy2, false, 4>,
+ Test<BestRouteStrategy2, false, 5>,
Test<ClientControlStrategy, false, 2>,
- Test<MulticastStrategy, false, 2>,
+ Test<MulticastStrategy, false, 3>,
Test<NccStrategy, false, 1>
>;