[Zodb-checkins] SVN: ZODB/branches/jim-storage-api-cleanup/src/ZEO/tests/testConversionSupport.py Added missing required method.

Jim Fulton jim at zope.com
Wed Apr 25 19:26:27 EDT 2007


Log message for revision 74771:
  Added missing required method.
  

Changed:
  U   ZODB/branches/jim-storage-api-cleanup/src/ZEO/tests/testConversionSupport.py

-=-
Modified: ZODB/branches/jim-storage-api-cleanup/src/ZEO/tests/testConversionSupport.py
===================================================================
--- ZODB/branches/jim-storage-api-cleanup/src/ZEO/tests/testConversionSupport.py	2007-04-25 23:09:34 UTC (rev 74770)
+++ ZODB/branches/jim-storage-api-cleanup/src/ZEO/tests/testConversionSupport.py	2007-04-25 23:26:26 UTC (rev 74771)
@@ -42,6 +42,9 @@
 
         return oid, oid*8, 'data ' + oid, next
 
+    def getTid(self, oid):
+        pass
+
 class FakeServer:
     storages = {
         '1': FakeStorage(),



More information about the Zodb-checkins mailing list