[Zodb-checkins] SVN: ZODB/branches/3.8/src/ZEO/tests/invalidations_while_connecting.test Added missing server shutdown.

Jim Fulton jim at zope.com
Mon Jul 14 11:40:00 EDT 2008


Log message for revision 88358:
  Added missing server shutdown.
  

Changed:
  U   ZODB/branches/3.8/src/ZEO/tests/invalidations_while_connecting.test

-=-
Modified: ZODB/branches/3.8/src/ZEO/tests/invalidations_while_connecting.test
===================================================================
--- ZODB/branches/3.8/src/ZEO/tests/invalidations_while_connecting.test	2008-07-14 15:27:58 UTC (rev 88357)
+++ ZODB/branches/3.8/src/ZEO/tests/invalidations_while_connecting.test	2008-07-14 15:40:00 UTC (rev 88358)
@@ -100,3 +100,5 @@
 
     >>> db.close()
     >>> db2.close()
+    >>> ZEO.tests.forker.shutdown_zeo_server(adminaddr)
+



More information about the Zodb-checkins mailing list