tests: don't use makeDummyClientFace
refs #3383
Change-Id: I1803a6f482a4e6bf43363cd08a73c4bbcb26d0a2
diff --git a/tests/manager-common-fixture.hpp b/tests/manager-common-fixture.hpp
index aaa06f8..a29c441 100644
--- a/tests/manager-common-fixture.hpp
+++ b/tests/manager-common-fixture.hpp
@@ -143,11 +143,11 @@
concatenateResponses(size_t startIndex = 0, size_t nResponses = 0);
protected:
- shared_ptr<ndn::util::DummyClientFace> m_face;
- ndn::mgmt::Dispatcher m_dispatcher;
- std::vector<Data>& m_responses; // a reference of m_face->sentDatas
- Name m_identityName; // the identity used to sign request
- shared_ptr<ndn::IdentityCertificate> m_certificate; // the certificate used to sign request
+ ndn::util::DummyClientFace m_face;
+ ndn::mgmt::Dispatcher m_dispatcher;
+ std::vector<Data>& m_responses; ///< a reference of m_face->sentData
+ Name m_identityName; ///< the identity used to sign request
+ shared_ptr<ndn::IdentityCertificate> m_certificate; ///< the certificate used to sign request
};
std::ostream&