fw: consumer retansmission in multicast startegy
refs: #2062
Change-Id: I2b58a289fffe262c69a797f339e40ad9037acf8f
diff --git a/tests/daemon/fw/strategy-instantiation.t.cpp b/tests/daemon/fw/strategy-instantiation.t.cpp
index 21ab9a5..0e012b4 100644
--- a/tests/daemon/fw/strategy-instantiation.t.cpp
+++ b/tests/daemon/fw/strategy-instantiation.t.cpp
@@ -1,6 +1,6 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/**
- * Copyright (c) 2014-2016, Regents of the University of California,
+ * Copyright (c) 2014-2017, Regents of the University of California,
* Arizona Board of Regents,
* Colorado State University,
* University Pierre & Marie Curie, Sorbonne University,
@@ -79,7 +79,7 @@
Test<BestRouteStrategy, false, 1>,
Test<BestRouteStrategy2, false, 4>,
Test<ClientControlStrategy, false, 2>,
- Test<MulticastStrategy, false, 1>,
+ Test<MulticastStrategy, false, 2>,
Test<NccStrategy, false, 1>
>;