[Zope-Checkins] CVS: ZODB3/ZODB/tests - testTransaction.py:1.11.30.2

Jeremy Hylton jeremy@zope.com
Fri, 1 Nov 2002 17:25:35 -0500


Update of /cvs-repository/ZODB3/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv8509

Modified Files:
      Tag: ZODB3-deadlock-debug-branch
	testTransaction.py 
Log Message:
Remove sortKey() on the test objects.

This change allows us to verify that Transaction works even when the
jar doesn't have a sortKey().


=== ZODB3/ZODB/tests/testTransaction.py 1.11.30.1 => 1.11.30.2 ===
--- ZODB3/ZODB/tests/testTransaction.py:1.11.30.1	Fri Nov  1 14:30:24 2002
+++ ZODB3/ZODB/tests/testTransaction.py	Fri Nov  1 17:25:35 2002
@@ -542,9 +542,6 @@
         self.cabort_sub = 0
         self.ccommit_sub = 0
 
-    def sortKey(self):
-        return str(id(self))
-
     def __repr__(self):
         return "<jar %X %s>" % (id(self), self.errors)