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

Jeremy Hylton jeremy@zope.com
Tue, 21 May 2002 16:27:06 -0400


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

Modified Files:
      Tag: ZEO2-branch
	testZEO.py 
Log Message:
Remove a debug kwarg that is only used on Windows.







=== ZEO/ZEO/tests/testZEO.py 1.16.4.4.2.6 => 1.16.4.4.2.7 ===
                                                client=cache,
                                                cache_size=cache_size,
-                                               debug=1, wait=1)
+                                               wait=1)
         storage = PackWaitWrapper(base)
         storage.registerDB(DummyDB(), None)
         return storage