tests: Do not use ``using namespace ndn'' and defining all tests in ndn namespace
Change-Id: I3299e6255e4067b142ad0c8f87bebe1892505d0d
diff --git a/tests/test-sec-tpm-osx.cpp b/tests/test-sec-tpm-osx.cpp
index 8c57dc0..9e0f29f 100644
--- a/tests/test-sec-tpm-osx.cpp
+++ b/tests/test-sec-tpm-osx.cpp
@@ -14,8 +14,7 @@
#include <cryptopp/rsa.h>
using namespace std;
-using namespace ndn;
-
+namespace ndn {
BOOST_AUTO_TEST_SUITE(TestSecTpmOsx)
@@ -67,3 +66,5 @@
}
BOOST_AUTO_TEST_SUITE_END()
+
+} // namespace ndn