improve reliability of some of the unit tests

This commit is contained in:
arvidn
2015-06-10 01:22:01 -04:00
parent 6e68429117
commit 0d6e65ec24
13 changed files with 41 additions and 12 deletions

View File

@@ -89,6 +89,8 @@ void test_transfer()
// for performance testing
add_torrent_params atp;
atp.flags &= ~add_torrent_params::flag_paused;
atp.flags &= ~add_torrent_params::flag_auto_managed;
// atp.storage = &disabled_storage_constructor;
// test using piece sizes smaller than 16kB