Commit 8fc78a90 authored by Jeremy Hylton's avatar Jeremy Hylton

Remove tests of _incrgc. It's going away.

parent a05d4e35
......@@ -147,8 +147,6 @@ class ZODBTests(unittest.TestCase):
self.assert_(len(conn._cache) > 0) # Precondition
conn._resetCache()
self.assertEqual(len(conn._cache), 0)
self.assert_(conn._incrgc == conn._cache.incrgc)
self.assert_(conn.cacheGC == conn._cache.incrgc)
def checkResetCachesAPI(self):
# Checks the resetCaches() API.
......
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