some windows path fixes

This commit is contained in:
Arvid Norberg
2012-03-17 19:06:11 +00:00
parent 8a4685e83b
commit af09935b87
7 changed files with 69 additions and 59 deletions

View File

@@ -120,9 +120,9 @@ void test_transfer(libtorrent::pe_settings::enc_policy policy,
ses2.remove_torrent(tor2);
error_code ec;
remove_all("./tmp1_pe", ec);
remove_all("./tmp2_pe", ec);
remove_all("./tmp3_pe", ec);
remove_all("tmp1_pe", ec);
remove_all("tmp2_pe", ec);
remove_all("tmp3_pe", ec);
}
void test_enc_handler(libtorrent::encryption_handler* a, libtorrent::encryption_handler* b)