[Zodb-checkins] SVN: ZODB/branches/3.9/src/ZEO/tests/testZEO.py de-unixify
Jim Fulton
jim at zope.com
Tue Sep 21 05:57:30 EDT 2010
Log message for revision 116701:
de-unixify
Changed:
U ZODB/branches/3.9/src/ZEO/tests/testZEO.py
-=-
Modified: ZODB/branches/3.9/src/ZEO/tests/testZEO.py
===================================================================
--- ZODB/branches/3.9/src/ZEO/tests/testZEO.py 2010-09-21 09:13:31 UTC (rev 116700)
+++ ZODB/branches/3.9/src/ZEO/tests/testZEO.py 2010-09-21 09:57:29 UTC (rev 116701)
@@ -1336,7 +1336,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