commit | c89efb4d17b56e2bb0bc2218721b1c484f13e286 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Feb 10 18:26:42 2015 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Feb 25 21:26:43 2015 -0800 |
tree | e22b935af166fe2c868de53f93a792d12301bae7 | |
parent | 02a4bf3f7f2673412fc6c9001ae93779a1a013e4 [diff] [blame] |
name: Deprecation of Name::set methods, move constructors to .cpp, and documentation update Change-Id: Icc68cad2854130fbf99c7af3378516dce0585279 Refs: #2505
diff --git a/tests/unit-tests/security/identity-fixture.cpp b/tests/unit-tests/security/identity-fixture.cpp index de67085..36f9c0b 100644 --- a/tests/unit-tests/security/identity-fixture.cpp +++ b/tests/unit-tests/security/identity-fixture.cpp
@@ -55,7 +55,7 @@ m_hasOldDefaultIdentity = false; } - m_newIdentity.set("/ndn-cxx-test-identity"); + m_newIdentity = "/ndn-cxx-test-identity"; m_newIdentity.appendVersion(); // create the new identity and self-signed certificate