commit | fffdd62715188e4553aa470b79623fc75df07ac7 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Mon Aug 28 22:50:43 2023 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Mon Aug 28 22:50:43 2023 -0400 |
tree | 240d3ab526470bddab739dbcc43316dfc10da31f | |
parent | ce442c4c95f45052b255f637735f489cec424406 [diff] [blame] |
Use Boost.Operators in more places Change-Id: I7024c3e7d4c30c99ec7a895d484f227cb60fb356
diff --git a/tests/unit/security/pib/identity.t.cpp b/tests/unit/security/pib/identity.t.cpp index 70252d9..42a9916 100644 --- a/tests/unit/security/pib/identity.t.cpp +++ b/tests/unit/security/pib/identity.t.cpp
@@ -29,6 +29,8 @@ using namespace ndn::security::pib; +BOOST_CONCEPT_ASSERT((boost::EqualityComparable<Identity>)); + BOOST_AUTO_TEST_SUITE(Security) BOOST_FIXTURE_TEST_SUITE(TestIdentity, PibDataFixture)