commit | d59f2cf0959935bb95c6f8d55db945f666d227bf | [log] [tgz] |
---|---|---|
author | tylerliu <tylersiqi@163.com> | Fri Oct 30 00:00:10 2020 -0700 |
committer | tylerliu <tylersiqi@163.com> | Fri Oct 30 00:00:10 2020 -0700 |
tree | 5c5d63fe4ed96b24dab2b4f68c04e28ec54172cf | |
parent | c9ada1b850e5ca107802cc7a820f7c83adb7d394 [diff] [blame] |
add encoding unit tests Change-Id: I319a34a760742e6125e6a28c4ddc23fcf2f29cb3
diff --git a/tests/identity-management-fixture.hpp b/tests/identity-management-fixture.hpp index 9b10dbf..9bae058 100644 --- a/tests/identity-management-fixture.hpp +++ b/tests/identity-management-fixture.hpp
@@ -90,7 +90,7 @@ security::Certificate addCertificate(const security::Key& key, const std::string& issuer); -protected: +public: KeyChain m_keyChain; };