commit | 709116552edcd7821cb3fd41450f49430026c719 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Tue Aug 12 10:14:24 2014 -0700 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Wed Aug 13 10:07:27 2014 -0700 |
tree | a00747560791708df92d0376b4ae47d425ad174b | |
parent | d51cd587e7942f6821403600ec4406f84083e53c [diff] |
management: avoid CommandInterestGenerator in nfd::Controller refs #1849 Change-Id: Id416c0e33100312b9877f5e45db6a7a3651df961
diff --git a/tests/unit-tests/management/test-nfd-controller.cpp b/tests/unit-tests/management/test-nfd-controller.cpp index 7132c69..3792f2c 100644 --- a/tests/unit-tests/management/test-nfd-controller.cpp +++ b/tests/unit-tests/management/test-nfd-controller.cpp
@@ -80,9 +80,9 @@ parameters.setUri("tcp://example.com"); BOOST_CHECK_NO_THROW(controller.start<FaceCreateCommand>( - parameters, - commandSucceedCallback, - commandFailCallback)); + parameters, + commandSucceedCallback, + commandFailCallback)); face->processEvents(time::milliseconds(1)); BOOST_REQUIRE_EQUAL(face->m_sentInterests.size(), 1);