added first try of a mapped storage

This commit is contained in:
Arvid Norberg
2007-11-30 00:35:09 +00:00
parent 0220e209fa
commit 02ed01d2c4
5 changed files with 734 additions and 4 deletions

View File

@@ -114,7 +114,7 @@ void run_storage_tests(boost::intrusive_ptr<torrent_info> info
test_sleep(2000);
TEST_CHECK(!exists(test_path / "temp_storage"));
TEST_CHECK(exists(test_path / "temp_storage2/temp_storage"));
pm->async_move_storage(test_path , none);
pm->async_move_storage(test_path, none);
test_sleep(2000);
TEST_CHECK(!exists(test_path / "temp_storage2/temp_storage"));
remove_all(test_path / "temp_storage2");