[Zodb-checkins] CVS: StandaloneZODB/ZEO/tests - testZEO.py:1.18

Jeremy Hylton jeremy@zope.com
Mon, 21 Jan 2002 16:27:13 -0500


Update of /cvs-repository/StandaloneZODB/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv13936

Modified Files:
	testZEO.py 
Log Message:
Prevent checkTwoArgBegin() from being run for ZEO 1.


=== StandaloneZODB/ZEO/tests/testZEO.py 1.17 => 1.18 ===
         self._dostore(data=obj)
 
+    def checkTwoArgBegin(self):
+        pass # ZEO 1 doesn't support two-arg begin
+
 class ZEOFileStorageTests(GenericTests):
     __super_setUp = GenericTests.setUp