commit | ffe8bbb8aa16de81cd0663cf21ad48e66ae2c66f | [log] [tgz] |
---|---|---|
author | Minsheng Zhang <jimmyzms5@gmail.com> | Thu Mar 10 13:40:37 2016 -0700 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Thu Mar 10 13:40:37 2016 -0700 |
tree | c48c39825bda48af7e5f2881ce83a78fa5b14630 | |
parent | 330136a89e0b4e7ffc98431a129d54221a4e9340 [diff] [blame] |
table: allow setting CS capacity limit to zero refs #3503 Change-Id: I6e1bfb64ea3a1f31070a7290c250fbcec46623fb
diff --git a/tests/daemon/fw/forwarder.t.cpp b/tests/daemon/fw/forwarder.t.cpp index 8337491..906e2ca 100644 --- a/tests/daemon/fw/forwarder.t.cpp +++ b/tests/daemon/fw/forwarder.t.cpp
@@ -108,7 +108,7 @@ BOOST_CHECK_EQUAL(pit.size(), 0); Cs& cs = forwarder.getCs(); - BOOST_REQUIRE(cs.insert(*dataA)); + cs.insert(*dataA); face1->receiveInterest(*interestA); limitedIo.run(LimitedIo::UNLIMITED_OPS, time::milliseconds(5));