added some more checks

This commit is contained in:
Arvid Norberg
2006-11-19 15:25:02 +00:00
parent 2414eb8f37
commit dd7aeba978
2 changed files with 12 additions and 9 deletions

View File

@@ -64,13 +64,13 @@ int test_main()
using namespace boost::filesystem;
// test to disconnect one client prematurely
// test_transfer(true, true);
test_transfer(true, true);
// test where one has data and one doesn't
test_transfer(true);
// test where both have data (to trigger the file check)
// test_transfer(false);
test_transfer(false);
remove_all("./tmp1");
remove_all("./tmp2");