some test fixes
This commit is contained in:
@@ -40,12 +40,23 @@ const int proxy = libtorrent::settings_pack::http;
|
||||
|
||||
TORRENT_TEST(web_seed_http)
|
||||
{
|
||||
for (int url_seed = 0; url_seed < 2; ++url_seed)
|
||||
{
|
||||
#ifdef TORRENT_USE_OPENSSL
|
||||
run_http_suite(proxy, "https", url_seed);
|
||||
#endif
|
||||
run_http_suite(proxy, "http", url_seed);
|
||||
}
|
||||
run_http_suite(proxy, "http", false);
|
||||
}
|
||||
|
||||
TORRENT_TEST(url_seed_http)
|
||||
{
|
||||
run_http_suite(proxy, "http", true);
|
||||
}
|
||||
|
||||
#ifdef TORRENT_USE_OPENSSL
|
||||
TORRENT_TEST(web_seed_https)
|
||||
{
|
||||
run_http_suite(proxy, "https", false);
|
||||
}
|
||||
|
||||
TORRENT_TEST(url_seed_https)
|
||||
{
|
||||
run_http_suite(proxy, "https", true);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user