SVN: ZODB/trunk/src/ZEO/tests/testZEO.py Windows...
Patrick Strawderman <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <20100910132253.34ABC941E4__22915.8807699152$1284124981$gmane$org@cvs.zope.org> |
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.