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

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Wed May 9 17:01:59 BST 2007


Author: chris
Date: 2007-05-09 17:01:59 +0100 (Wed, 09 May 2007)
New Revision: 1651

Modified:
   box/chris/general/test/bbackupd/testbbackupd.cpp
Log:
Remove compare again


Modified: box/chris/general/test/bbackupd/testbbackupd.cpp
===================================================================
--- box/chris/general/test/bbackupd/testbbackupd.cpp	2007-05-09 16:01:35 UTC (rev 1650)
+++ box/chris/general/test/bbackupd/testbbackupd.cpp	2007-05-09 16:01:59 UTC (rev 1651)
@@ -2323,14 +2323,8 @@
 				true /* print progress dots */) 
 				== Restore_Complete);
 
-			// Compare it
-			compareReturnValue = ::system(BBACKUPQUERY " -q "
-				"-c testfiles/bbackupd.conf "
-				"-l testfiles/query10.log "
-				"\"compare -cE Test1 testfiles/restore-Test1\" "
-				"quit");
-			TEST_RETURN(compareReturnValue, 1);
-			TestRemoteProcessMemLeaks("bbackupquery.memleaks");
+			// On Win32 we can't open another connection
+			// to the server, so we'll compare later.
 
 			// Make sure you can't restore a restored directory
 			TEST_THAT(BackupClientRestore(protocol, restoredirid, 




More information about the Boxbackup-commit mailing list