reverted check-in mistake

This commit is contained in:
Arvid Norberg 2008-02-24 23:15:25 +00:00
parent 1d1398ed7f
commit 1e71e76085
1 changed files with 0 additions and 10 deletions

View File

@ -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;