Commit cb77ccea authored by Jeremy Hylton's avatar Jeremy Hylton

Remove stale comment.

parent cc64f072
...@@ -136,11 +136,10 @@ class ZODBTests(unittest.TestCase): ...@@ -136,11 +136,10 @@ class ZODBTests(unittest.TestCase):
get_transaction().commit() get_transaction().commit()
def checkResetCache(self): def checkResetCache(self):
# The cache size after a reset should be 0 and the GC attributes # The cache size after a reset should be 0. Note that
# ought to be linked to it rather than the old cache. # _resetCache is not a public API, but the resetCaches()
# Note that _resetCache is not a public API, but the # function is, and resetCaches() causes _resetCache() to be
# resetCaches() function is, and resetCaches() causes # called.
# _resetCache() to be called.
self.populate() self.populate()
conn = self._db.open() conn = self._db.open()
conn.root() conn.root()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment