[Zope3-checkins] CVS: Zope3/src/zope/app/container/tests - test_contained.py:1.1.2.5

Jim Fulton jim at zope.com
Thu Sep 18 14:55:35 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/container/tests
In directory cvs.zope.org:/tmp/cvs-serv21268

Modified Files:
      Tag: parentgeddon-branch
	test_contained.py 
Log Message:
Closing test databases helps avoid leaks.


=== Zope3/src/zope/app/container/tests/test_contained.py 1.1.2.4 => 1.1.2.5 ===
--- Zope3/src/zope/app/container/tests/test_contained.py:1.1.2.4	Wed Sep 17 18:29:38 2003
+++ Zope3/src/zope/app/container/tests/test_contained.py	Thu Sep 18 14:55:34 2003
@@ -76,9 +76,6 @@
     >>> p2.__name__
     'test'
 
-    >>> c2.close()
-    >>> c.close()
-
     >>> db.close()
     """
     
@@ -166,6 +163,7 @@
     >>> p2.ob.__parent__ is c1.root()['other']
     1
         
+    >>> db.close()
     """
 
 def test_suite():




More information about the Zope3-Checkins mailing list