[Zodb-checkins] CVS: ZODB3/ZODB/tests - testTransaction.py:1.11.30.1

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


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

Modified Files:
      Tag: ZODB3-deadlock-debug-branch
	testTransaction.py 
Log Message:
Add silly sortKey() for the test jars.


=== ZODB3/ZODB/tests/testTransaction.py 1.11 => 1.11.30.1 ===
--- ZODB3/ZODB/tests/testTransaction.py:1.11	Thu Aug 15 11:50:45 2002
+++ ZODB3/ZODB/tests/testTransaction.py	Fri Nov  1 14:30:24 2002
@@ -542,6 +542,9 @@
         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)