Merge #8790: [test] Remove redundant debug print in addrman_tests

3333bd2 [test] Remove redundant print in addrman_tests (MarcoFalke)
This commit is contained in:
MarcoFalke 2016-09-24 15:38:31 +02:00 committed by Alexander Block
parent 7f4439fa63
commit 54703891e1

View File

@ -257,8 +257,7 @@ BOOST_AUTO_TEST_CASE(addrman_tried_collisions)
addrman.Good(CAddress(addr, NODE_NONE)); addrman.Good(CAddress(addr, NODE_NONE));
//Test 15: No collision in tried table yet. //Test 15: No collision in tried table yet.
BOOST_TEST_MESSAGE(addrman.size()); BOOST_CHECK_EQUAL(addrman.size(), i);
BOOST_CHECK(addrman.size() == i);
} }
//Test 16: tried table collision! //Test 16: tried table collision!