[Zope3-checkins] CVS: Zope3/lib/python/ZODB/tests - testConnection.py:1.5
Jim Fulton
jim@zope.com
Thu, 22 Aug 2002 17:16:58 -0400
Update of /cvs-repository/Zope3/lib/python/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv10555/lib/python/ZODB/tests
Modified Files:
testConnection.py
Log Message:
Added a missing method, cacheGC, to Connection objects.
=== Zope3/lib/python/ZODB/tests/testConnection.py 1.4 => 1.5 ===
--- Zope3/lib/python/ZODB/tests/testConnection.py:1.4 Wed Jul 24 19:12:46 2002
+++ Zope3/lib/python/ZODB/tests/testConnection.py Thu Aug 22 17:16:57 2002
@@ -35,6 +35,9 @@
t.setUser('IDataManagerTests')
t.note('dummy note')
return t
+
+ def test_cacheGC(self):
+ self.datamgr.cacheGC()
def tearDown(self):
self.datamgr.close()