[Zodb-checkins] CVS: Zope3/src/zodb/zeo/tests - test_zeo.py:1.5
Marius Gedminas
mgedmin@codeworks.lt
Mon, 27 Jan 2003 03:05:46 -0500
Update of /cvs-repository/Zope3/src/zodb/zeo/tests
In directory cvs.zope.org:/tmp/cvs-serv13146/src/zodb/zeo/tests
Modified Files:
test_zeo.py
Log Message:
Added missing _open to satisfy failing test.
=== Zope3/src/zodb/zeo/tests/test_zeo.py 1.4 => 1.5 ===
--- Zope3/src/zodb/zeo/tests/test_zeo.py:1.4 Wed Jan 22 16:58:20 2003
+++ Zope3/src/zodb/zeo/tests/test_zeo.py Mon Jan 27 03:05:42 2003
@@ -113,6 +113,8 @@
self._storage.close()
self._storage = ClientStorage(addr, read_only=read_only, wait=1)
+ _open = open
+
def unresolvable(self, klass):
# This helper method is used to test the implementation of
# conflict resolution. That code runs in the server, and there