Commit 01224caa authored by Jeremy Hylton's avatar Jeremy Hylton

Prevent checkTwoArgBegin() from being run for ZEO 1.

parent f3bdbd04
......@@ -163,6 +163,9 @@ class GenericTests(ZEOTestBase,
obj = MinPO("X" * (10 * 128 * 1024))
self._dostore(data=obj)
def checkTwoArgBegin(self):
pass # ZEO 1 doesn't support two-arg begin
class ZEOFileStorageTests(GenericTests):
__super_setUp = GenericTests.setUp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment