[Box Backup-commit] COMMIT r1064 - box/chris/merge/test/bbackupd
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Sun, 15 Oct 2006 22:23:38 +0100
Author: chris
Date: 2006-10-15 22:23:38 +0100 (Sun, 15 Oct 2006)
New Revision: 1064
Modified:
box/chris/merge/test/bbackupd/testbbackupd.cpp
Log:
Change test for return code 3 back to 2, until or unless the bbackupquery
compare error (unreadable files) patch is merged. (refs #3)
Modified: box/chris/merge/test/bbackupd/testbbackupd.cpp
===================================================================
--- box/chris/merge/test/bbackupd/testbbackupd.cpp 2006-10-15 20:18:33 UTC (rev 1063)
+++ box/chris/merge/test/bbackupd/testbbackupd.cpp 2006-10-15 21:23:38 UTC (rev 1064)
@@ -718,7 +718,7 @@
// Wait and test...
wait_for_backup_operation();
compareReturnValue = ::system("../../bin/bbackupquery/bbackupquery -q -c testfiles/bbackupd.conf -l testfiles/query3e.log \"compare -ac\" quit");
- TEST_THAT(compareReturnValue == 3*256); // should find differences
+ TEST_THAT(compareReturnValue == 2*256); // should find differences
TestRemoteProcessMemLeaks("bbackupquery.memleaks");
// Check that it was reported correctly
TEST_THAT(TestFileExists("testfiles/notifyran.read-error.1"));