[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/testZEO.py Windows...

Patrick Strawderman patrick at zope.com
Fri Sep 10 09:22:53 EDT 2010


Log message for revision 116292:
  Windows...

Changed:
  U   ZODB/trunk/src/ZEO/tests/testZEO.py

-=-
Modified: ZODB/trunk/src/ZEO/tests/testZEO.py
===================================================================
--- ZODB/trunk/src/ZEO/tests/testZEO.py	2010-09-10 13:06:22 UTC (rev 116291)
+++ ZODB/trunk/src/ZEO/tests/testZEO.py	2010-09-10 13:22:52 UTC (rev 116292)
@@ -1553,7 +1553,7 @@
     >>> class CM(ZEO.zrpc.client.ConnectionManager):
     ...     sync_wait = 1
     ...     _start_asyncore_loop = lambda self: None
-    >>> cm = CM('', object())
+    >>> cm = CM(('', 0), object())
 
     Calling connect results in an exception being raised, instead of hanging
     indefinitely when the thread dies without setting up the connection.



More information about the Zodb-checkins mailing list