converted use of deprecated functions in the tests
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user