commit | f56c68f66b19444e82397db6f1c10604ecb1e6dd | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Thu Apr 24 21:50:13 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Apr 28 12:53:18 2014 -0700 |
tree | 9751aad155575e6a88bd274a78a014c1f58fe5c9 | |
parent | 3e6a98e9dda1efe52e323476c92ffb96ceb5781b [diff] [blame] |
security: Construct KeyChain from configuration file. Change-Id: Iaddac24e2c4e199fdde83fa1d0067a87e18729c4 Refs: #1532
diff --git a/tests/util/test-config-file.cpp b/tests/util/test-config-file.cpp index ef05416..b472bb2 100644 --- a/tests/util/test-config-file.cpp +++ b/tests/util/test-config-file.cpp
@@ -17,6 +17,7 @@ #include "boost-test.hpp" namespace ndn { +namespace tests { class ConfigFileFixture { @@ -101,4 +102,5 @@ BOOST_AUTO_TEST_SUITE_END() +} // namespace tests } // namespace ndn