fix test rename_file

This commit is contained in:
arvidn 2016-04-29 23:57:26 -04:00
parent 36a5a11ee2
commit 05626e0b0f
1 changed files with 2 additions and 2 deletions

View File

@ -301,8 +301,8 @@ TORRENT_TEST(rename_file)
{
file_storage fs;
fs.add_file("test3/tmp1", 0);
fs.add_file("test3/tmp2", 0);
fs.add_file("test3/tmp1", 20);
fs.add_file("test3/tmp2", 20);
libtorrent::create_torrent t(fs, 128 * 1024, 6);
std::vector<char> tmp;