[Box Backup-commit] COMMIT r1385 - box/chris/general/test/bbackupd

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Sat Mar 10 15:20:22 GMT 2007


Author: chris
Date: 2007-03-10 15:20:22 +0000 (Sat, 10 Mar 2007)
New Revision: 1385

Modified:
   box/chris/general/test/bbackupd/testbbackupd.cpp
Log:
Check for return code 3 (unreadable files) instead of return code 2


Modified: box/chris/general/test/bbackupd/testbbackupd.cpp
===================================================================
--- box/chris/general/test/bbackupd/testbbackupd.cpp	2007-03-08 23:09:08 UTC (rev 1384)
+++ box/chris/general/test/bbackupd/testbbackupd.cpp	2007-03-10 15:20:22 UTC (rev 1385)
@@ -1720,7 +1720,7 @@
 			compareReturnValue = ::system(BBACKUPQUERY " -q -c testfiles/bbackupd.conf -l testfiles/query3e.log \"compare -ac\" quit");
 
 			// should find differences
-			TEST_RETURN(compareReturnValue, 2);	
+			TEST_RETURN(compareReturnValue, 3);
 			TestRemoteProcessMemLeaks("bbackupquery.memleaks");
 
 			// Check that it was reported correctly




More information about the Boxbackup-commit mailing list