[Checkins] SVN: ZODB/branches/3.10/src/ZEO/tests/testZEO.py Gaaa. Copied and pasted a unix dependency.

Jim Fulton jim at zope.com
Tue Apr 12 14:18:08 EDT 2011


Log message for revision 121413:
  Gaaa. Copied and pasted a unix dependency.
  

Changed:
  U   ZODB/branches/3.10/src/ZEO/tests/testZEO.py

-=-
Modified: ZODB/branches/3.10/src/ZEO/tests/testZEO.py
===================================================================
--- ZODB/branches/3.10/src/ZEO/tests/testZEO.py	2011-04-12 17:29:51 UTC (rev 121412)
+++ ZODB/branches/3.10/src/ZEO/tests/testZEO.py	2011-04-12 18:18:08 UTC (rev 121413)
@@ -1509,7 +1509,7 @@
     >>> handler = logging.StreamHandler(sys.stdout)
     >>> logging.getLogger().addHandler(handler)
 
-    >>> addr, _ = start_server(port='./sock', blob_dir='blobs')
+    >>> addr, _ = start_server(blob_dir='blobs')
     >>> c = ZEO.connection(addr, blob_dir='cblobs')
     >>> c.root.x = ZODB.blob.Blob('z'*(1<<20))
     >>> c.root.y = ZODB.blob.Blob('z'*(1<<2))



More information about the checkins mailing list