add test-require to p2p/host

This commit is contained in:
subtly 2015-01-25 21:43:53 -08:00
parent e623e8b020
commit 29de01b458
2 changed files with 4 additions and 2 deletions

View File

@ -44,7 +44,10 @@ BOOST_AUTO_TEST_CASE(host)
host1.addNode(node2, "127.0.0.1", host2prefs.listenPort, host2prefs.listenPort);
this_thread::sleep_for(chrono::seconds(3));
this_thread::sleep_for(chrono::seconds(1));
BOOST_REQUIRE_EQUAL(host1.peerCount(), 1);
BOOST_REQUIRE_EQUAL(host2.peerCount(), host1.peerCount());
}
BOOST_AUTO_TEST_SUITE_END()

View File

@ -76,7 +76,6 @@ BOOST_AUTO_TEST_CASE(topic)
while (!started)
this_thread::sleep_for(chrono::milliseconds(1));
KeyPair us = KeyPair::create();
for (int i = 0; i < 10; ++i)
{