X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FTypeIdValue.test.cc;h=7f9d816dfc025e18ae03f93b0deb35622fe8ef48;hb=a9d8ca7d0cd9d0ee9d3bd37988546d016ea5c27a;hp=4652f536618262e82652cf6bad260055eed3dbf2;hpb=d0db5121616e343a54adee7be05583ba1d7af2c4;p=senf.git diff --git a/senf/Utils/TypeIdValue.test.cc b/senf/Utils/TypeIdValue.test.cc index 4652f53..7f9d816 100644 --- a/senf/Utils/TypeIdValue.test.cc +++ b/senf/Utils/TypeIdValue.test.cc @@ -39,7 +39,8 @@ BOOST_AUTO_UNIT_TEST(typeIdValue) { // We don't care for the ordering, just that the following compiles (void) ( senf::typeIdValue() < senf::typeIdValue() ); - (void) ( senf::typeIdValue() == senf::typeIdValue() ); + BOOST_CHECK ( senf::typeIdValue() != senf::typeIdValue() ); + BOOST_CHECK ( senf::typeIdValue() == senf::typeIdValue() ); } ///////////////////////////////cc.e////////////////////////////////////////