[Zope3-checkins] SVN: Zope3/branches/stephan_and_jim-response-refactor/src/zope/app/authentication/ftpplugins.py Fixed a test to reflect new request-construction api

Jim Fulton jim at zope.com
Fri Sep 2 16:53:04 EDT 2005


Log message for revision 38254:
  Fixed a test to reflect new request-construction api
  

Changed:
  U   Zope3/branches/stephan_and_jim-response-refactor/src/zope/app/authentication/ftpplugins.py

-=-
Modified: Zope3/branches/stephan_and_jim-response-refactor/src/zope/app/authentication/ftpplugins.py
===================================================================
--- Zope3/branches/stephan_and_jim-response-refactor/src/zope/app/authentication/ftpplugins.py	2005-09-02 20:25:59 UTC (rev 38253)
+++ Zope3/branches/stephan_and_jim-response-refactor/src/zope/app/authentication/ftpplugins.py	2005-09-02 20:53:02 UTC (rev 38254)
@@ -31,7 +31,7 @@
 
           >>> from zope.publisher.ftp import FTPRequest
           >>> from StringIO import StringIO
-          >>> request = FTPRequest(StringIO(''), StringIO(),
+          >>> request = FTPRequest(StringIO(''),
           ...                      {'credentials': ('bob', '123'),
           ...                       'path': '/a/b/c'})
 



More information about the Zope3-Checkins mailing list