SVN: ZODB/trunk/src/ZEO/tests/testZEO.py We can now run sync_connect_doesnt_hang on windows.
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <[email protected]> |
Log message for revision 116293:
We can now run sync_connect_doesnt_hang on 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:22:52 UTC (rev 116292)
+++ ZODB/trunk/src/ZEO/tests/testZEO.py 2010-09-10 14:05:06 UTC (rev 116293)
@@ -1568,9 +1568,6 @@
>>> ZEO.zrpc.client.ConnectThread = ConnectThread
"""
-if sys.platform.startswith('win'):
- del sync_connect_doesnt_hang
-
slow_test_classes = [
BlobAdaptedFileStorageTests, BlobWritableCacheTests,
MappingStorageTests, DemoStorageTests,