commit | b47247dad9d7fd3e5be84a895f8f0bc1f1cfa683 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Tue Jan 24 15:09:16 2017 +0000 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Jan 25 14:17:45 2017 -0500 |
tree | 66dd9672000c1713d122a3ccb9d818d567a8bf36 | |
parent | 8a84773fdbb0b0b91a972ee85394438b4793d384 [diff] [blame] |
face: ProtocolFactory registry refs #3904 Change-Id: Ic7c8b3d6138b7c27d4189a2e15cc646055ad1294
diff --git a/tests/daemon/face/factory-test-common.hpp b/tests/daemon/face/factory-test-common.hpp index 0c67586..8622d06 100644 --- a/tests/daemon/face/factory-test-common.hpp +++ b/tests/daemon/face/factory-test-common.hpp
@@ -31,6 +31,7 @@ #include "tests/test-common.hpp" namespace nfd { +namespace face { namespace tests { struct CreateFaceExpectedResult @@ -76,6 +77,7 @@ } } // namespace tests +} // namespace face } // namespace nfd #endif // NFD_TESTS_DAEMON_FACE_FACTORY_TEST_COMMON_HPP