[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/testZEO.py We can now run sync_connect_doesnt_hang on windows.
Jim Fulton
jim at zope.com
Fri Sep 10 10:05:06 EDT 2010
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,
More information about the Zodb-checkins
mailing list