converted use of deprecated functions in the tests

This commit is contained in:
Arvid Norberg
2012-03-19 04:02:13 +00:00
parent 62fef3cba0
commit 26805c944c
8 changed files with 29 additions and 29 deletions

View File

@@ -81,8 +81,8 @@ void test_transfer(boost::intrusive_ptr<torrent_info> torrent_file
}
add_torrent_params p;
p.auto_managed = false;
p.paused = false;
p.flags &= ~add_torrent_params::flag_paused;
p.flags &= ~add_torrent_params::flag_auto_managed;
p.ti = torrent_file;
p.save_path = "tmp2_web_seed";
p.storage_mode = storage_mode_compact;