commit | ec3e4fc30529d31717805c63e351fec806ad73fe | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Nov 18 11:56:30 2014 -0500 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Nov 18 11:56:30 2014 -0500 |
tree | b0d3d3a2884fe811fb00fb2c03984fcc37fb34e3 | |
parent | dbcb1a119245d1ecb56e72ea35b57b95e119c12e [diff] [blame] |
tests: Removing usage of deprecated MetaInfo::TYPE_* constants Change-Id: I475ff8e73e8a7f0478ce62e9a54654aa4ff74e41 Refs: #2128, #1993
diff --git a/tests/daemon/mgmt/face-query-status-publisher-common.hpp b/tests/daemon/mgmt/face-query-status-publisher-common.hpp index 06d562b..a0e4070 100644 --- a/tests/daemon/mgmt/face-query-status-publisher-common.hpp +++ b/tests/daemon/mgmt/face-query-status-publisher-common.hpp
@@ -101,7 +101,7 @@ void decodeFaceStatusBlock(const Data& data) { - BOOST_REQUIRE_EQUAL(data.getContentType(), ndn::MetaInfo::TYPE_BLOB); + BOOST_REQUIRE_EQUAL(data.getContentType(), tlv::ContentType_Blob); Block payload = data.getContent(); m_buffer.appendByteArray(payload.value(), payload.value_size());