Merge #8790: [test] Remove redundant debug print in addrman_tests
3333bd2
[test] Remove redundant print in addrman_tests (MarcoFalke)
This commit is contained in:
commit
08cc5fd666
1 changed files with 2 additions and 3 deletions
|
@ -257,8 +257,7 @@ BOOST_AUTO_TEST_CASE(addrman_tried_collisions)
|
|||
addrman.Good(CAddress(addr, NODE_NONE));
|
||||
|
||||
//Test 15: No collision in tried table yet.
|
||||
BOOST_TEST_MESSAGE(addrman.size());
|
||||
BOOST_CHECK(addrman.size() == i);
|
||||
BOOST_CHECK_EQUAL(addrman.size(), i);
|
||||
}
|
||||
|
||||
//Test 16: tried table collision!
|
||||
|
|
Loading…
Reference in a new issue