[Zodb-checkins] CVS: Zope/lib/python/ZODB/tests - testZODB.py:1.23

Jeremy Hylton jeremy at zope.com
Tue Mar 2 10:38:07 EST 2004


Update of /cvs-repository/Zope/lib/python/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv3384/lib/python/ZODB/tests

Modified Files:
	testZODB.py 
Log Message:
Remove tests of _incrgc.  It's going away.


=== Zope/lib/python/ZODB/tests/testZODB.py 1.22 => 1.23 ===
--- Zope/lib/python/ZODB/tests/testZODB.py:1.22	Mon Jan  5 22:44:53 2004
+++ Zope/lib/python/ZODB/tests/testZODB.py	Tue Mar  2 10:38:06 2004
@@ -147,8 +147,6 @@
         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.




More information about the Zodb-checkins mailing list