commit | 809805d696be75d3afe2712b9ae1e37e29326265 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Feb 17 17:20:33 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Feb 17 19:38:29 2014 -0800 |
tree | 9dc33d7a4e3f9883826bb127304c6ee44cb5573b | |
parent | c348f830a6b8a2881b21b05955766dd8b316872b [diff] |
encoding: Optimized Data packet encoding, preparation for memory-efficient signing operation Change-Id: I6eb1f8acef917970790d1f228ade6212c45181fa refs: #1172
diff --git a/tests/test-interest.cpp b/tests/test-interest.cpp index df0cdf3..4ddc3b9 100644 --- a/tests/test-interest.cpp +++ b/tests/test-interest.cpp
@@ -97,6 +97,7 @@ i.setNonce(1); const Block &wire = i.wireEncode(); + BOOST_REQUIRE_EQUAL_COLLECTIONS(Interest1, Interest1+sizeof(Interest1), wire.begin(), wire.end()); }