[Zodb-checkins] CVS: Zope/lib/python/ZODB/tests - testZODB.py:1.24
Jeremy Hylton
jeremy at zope.com
Tue Mar 2 11:46:37 EST 2004
Update of /cvs-repository/Zope/lib/python/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv15795
Modified Files:
testZODB.py
Log Message:
Remove stale comment.
=== Zope/lib/python/ZODB/tests/testZODB.py 1.23 => 1.24 ===
--- Zope/lib/python/ZODB/tests/testZODB.py:1.23 Tue Mar 2 10:38:06 2004
+++ Zope/lib/python/ZODB/tests/testZODB.py Tue Mar 2 11:46:35 2004
@@ -136,11 +136,10 @@
get_transaction().commit()
def checkResetCache(self):
- # The cache size after a reset should be 0 and the GC attributes
- # ought to be linked to it rather than the old cache.
- # Note that _resetCache is not a public API, but the
- # resetCaches() function is, and resetCaches() causes
- # _resetCache() to be called.
+ # The cache size after a reset should be 0. Note that
+ # _resetCache is not a public API, but the resetCaches()
+ # function is, and resetCaches() causes _resetCache() to be
+ # called.
self.populate()
conn = self._db.open()
conn.root()
More information about the Zodb-checkins
mailing list