forked from premiere/premiere-libtorrent
fix tracker test
This commit is contained in:
parent
e3b5a95dac
commit
769e407f6a
|
@ -470,7 +470,8 @@ TORRENT_TEST(try_next)
|
|||
|
||||
TEST_EQUAL(tr[1].fails, 1);
|
||||
TEST_EQUAL(tr[1].verified, false);
|
||||
TEST_EQUAL(tr[1].last_error, boost::asio::error::timed_out);
|
||||
TEST_CHECK(tr[1].last_error == boost::asio::error::timed_out
|
||||
|| tr[1].last_error == boost::asio::error::connection_refused);
|
||||
|
||||
TEST_EQUAL(tr[2].fails, 0);
|
||||
TEST_EQUAL(tr[2].verified, true);
|
||||
|
|
Loading…
Reference in New Issue