commit | e4f8c3bec24566cfe7bfcc505ab39b0bf124ba98 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jun 23 16:03:48 2016 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jun 30 14:08:36 2016 -0700 |
tree | d8e76b927201c489894afc2b2050070d332396f2 | |
parent | 8cf1c56dbb064a19e82e37436d61edca2277bf71 [diff] [blame] |
tests: Enable isolation of KeyChain during run of unit/integrated tests Change-Id: Ia136e4bb074c14e8d824f563594cbc0ad7592c3b Refs: #3655
diff --git a/tests/unit-tests/management/nfd-controller-fixture.hpp b/tests/unit-tests/management/nfd-controller-fixture.hpp index e9ffde2..9894468 100644 --- a/tests/unit-tests/management/nfd-controller-fixture.hpp +++ b/tests/unit-tests/management/nfd-controller-fixture.hpp
@@ -32,11 +32,11 @@ using namespace ndn::tests; -class ControllerFixture : public security::IdentityManagementTimeFixture +class ControllerFixture : public IdentityManagementTimeFixture { protected: ControllerFixture() - : face(io) + : face(io, m_keyChain) , controller(face, m_keyChain) , failCallback(bind(&ControllerFixture::fail, this, _1, _2)) {