commit | c69da0a350e7e195256547109d44cbb5fff88461 | [log] [tgz] |
---|---|---|
author | Muktadir R Chowdhury <mrchwdhr@memphis.edu> | Fri Dec 18 13:24:38 2015 -0600 |
committer | Vince Lehman <vslehman@memphis.edu> | Mon Jan 11 12:05:24 2016 -0600 |
tree | babab2fbeed6cf20208236d249a57f4cabfd8389 | |
parent | 0ff5d45ba85d54468cf3d2a5274bb2b59b299afb [diff] [blame] |
tests: Use ndn-cxx/DummyClientFace refs: #2637 Change-Id: Ife16a81d08e538b4b0a82f1f5d4cc819fc764257
diff --git a/tests/publisher/publisher-fixture.hpp b/tests/publisher/publisher-fixture.hpp index 2edb668..df299e3 100644 --- a/tests/publisher/publisher-fixture.hpp +++ b/tests/publisher/publisher-fixture.hpp
@@ -33,7 +33,7 @@ { public: PublisherFixture() - : face(ndn::util::makeDummyClientFace()) + : face(make_shared<ndn::util::DummyClientFace>()) , nlsr(g_ioService, g_scheduler, ndn::ref(*face)) , lsdb(nlsr, g_scheduler, nlsr.getSyncLogicHandler()) {