some test fixes

This commit is contained in:
Arvid Norberg
2015-05-31 16:14:46 +00:00
parent c8443d0c7c
commit b0eabd532c
7 changed files with 88 additions and 40 deletions

View File

@@ -38,11 +38,15 @@ using namespace libtorrent;
const int proxy = libtorrent::settings_pack::none;
#ifdef TORRENT_USE_OPENSSL
TORRENT_TEST(web_seed_ssl)
{
run_http_suite(proxy, "https", false);
}
#endif
TORRENT_TEST(web_seed)
{
#ifdef TORRENT_USE_OPENSSL
run_http_suite(proxy, "https", false);
#endif
run_http_suite(proxy, "http", false);
}