[Box Backup-commit] COMMIT r937 - box/chris/merge/test/backupstorepatch

subversion at fluffy.co.uk subversion at fluffy.co.uk
Sat Sep 2 12:07:17 BST 2006


Author: chris
Date: 2006-09-02 12:07:17 +0100 (Sat, 02 Sep 2006)
New Revision: 937

Modified:
   box/chris/merge/test/backupstorepatch/testbackupstorepatch.cpp
Log:
(refs #3)

Don't check for memory leaks on Win32, since the process is force killed
and doesn't have a chance to write the log file.


Modified: box/chris/merge/test/backupstorepatch/testbackupstorepatch.cpp
===================================================================
--- box/chris/merge/test/backupstorepatch/testbackupstorepatch.cpp	2006-09-02 11:06:13 UTC (rev 936)
+++ box/chris/merge/test/backupstorepatch/testbackupstorepatch.cpp	2006-09-02 11:07:17 UTC (rev 937)
@@ -634,7 +634,10 @@
 		// Kill store server
 		TEST_THAT(KillServer(pid));
 		TEST_THAT(!ServerIsAlive(pid));
+
+		#ifndef WIN32
 		TestRemoteProcessMemLeaks("bbstored.memleaks");
+		#endif
 	}
 	
 	::free(buffer);




More information about the Boxbackup-commit mailing list