forked from premiere/premiere-libtorrent
reverted check-in mistake
This commit is contained in:
parent
1d1398ed7f
commit
1e71e76085
|
@ -169,16 +169,6 @@ void test_remove(path const& test_path)
|
|||
TEST_CHECK(!exists(test_path / "temp_storage"));
|
||||
}
|
||||
|
||||
void test_fastresume()
|
||||
{
|
||||
std::ofstream tf("temporary");
|
||||
boost::intrusive_ptr<torrent_info> info = create_torrent(&tf);
|
||||
|
||||
session ses;
|
||||
torrent_handle h = ses.add_torrent(info, );
|
||||
|
||||
}
|
||||
|
||||
void run_test(path const& test_path)
|
||||
{
|
||||
std::cerr << "\n=== " << test_path.string() << " ===\n" << std::endl;
|
||||
|
|
Loading…
Reference in New Issue