mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
Merge #8790: [test] Remove redundant debug print in addrman_tests
3333bd2
[test] Remove redundant print in addrman_tests (MarcoFalke)
This commit is contained in:
parent
7f4439fa63
commit
54703891e1
@ -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!
|
||||||
|
Loading…
Reference in New Issue
Block a user