forked from premiere/premiere-libtorrent
updated storage test
This commit is contained in:
parent
d0a38c50c6
commit
0d0f07189d
|
@ -104,6 +104,9 @@ int test_main()
|
||||||
TEST_CHECK(std::equal(piece, piece + piece_size, piece2));
|
TEST_CHECK(std::equal(piece, piece + piece_size, piece2));
|
||||||
pm.release_files();
|
pm.release_files();
|
||||||
|
|
||||||
|
TEST_CHECK(exists("temp_storage/test3.tmp"));
|
||||||
|
TEST_CHECK(exists("temp_storage/test4.tmp"));
|
||||||
|
|
||||||
remove_all(initial_path() / "temp_storage");
|
remove_all(initial_path() / "temp_storage");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue