updated storage test

This commit is contained in:
Arvid Norberg 2006-08-30 00:07:51 +00:00
parent d0a38c50c6
commit 0d0f07189d
1 changed files with 3 additions and 0 deletions

View File

@ -104,6 +104,9 @@ int test_main()
TEST_CHECK(std::equal(piece, piece + piece_size, piece2));
pm.release_files();
TEST_CHECK(exists("temp_storage/test3.tmp"));
TEST_CHECK(exists("temp_storage/test4.tmp"));
remove_all(initial_path() / "temp_storage");
return 0;