[Box Backup-dev] COMMIT r658 - box/chris/general/test/backupstorepatch

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Wed Jul 19 20:28:23 BST 2006


Author: chris
Date: 2006-07-19 19:28:20 +0000 (Wed, 19 Jul 2006)
New Revision: 658

Modified:
   box/chris/general/test/backupstorepatch/testbackupstorepatch.cpp
Log:
* testbackupstorepatch.cpp
- Disabled memleak check on Win32 (again?) since KillServer does not
  give it a chance to write one.


Modified: box/chris/general/test/backupstorepatch/testbackupstorepatch.cpp
===================================================================
--- box/chris/general/test/backupstorepatch/testbackupstorepatch.cpp	2006-07-19 19:27:24 UTC (rev 657)
+++ box/chris/general/test/backupstorepatch/testbackupstorepatch.cpp	2006-07-19 19:28:20 UTC (rev 658)
@@ -640,7 +640,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-dev mailing list