[Zope-CVS] CVS: Packages/FunctionalTests/FunctionalTests - interfaces.py:1.3.2.3

Karl Anderson cvs-admin at zope.org
Fri Nov 14 19:52:39 EST 2003


Update of /cvs-repository/Packages/FunctionalTests/FunctionalTests
In directory cvs.zope.org:/tmp/cvs-serv28082

Modified Files:
      Tag: kra-misc-branch
	interfaces.py 
Log Message:
added IHTTPRequest:_setMultipartDataAndCache()


=== Packages/FunctionalTests/FunctionalTests/interfaces.py 1.3.2.2 => 1.3.2.3 ===
--- Packages/FunctionalTests/FunctionalTests/interfaces.py:1.3.2.2	Fri Nov 14 17:29:51 2003
+++ Packages/FunctionalTests/FunctionalTests/interfaces.py	Fri Nov 14 19:52:39 2003
@@ -1,6 +1,6 @@
 """ Interfaces:  IRequestInvocation
 
-$Id$
+$Id $
 """
 
 try:
@@ -276,6 +276,10 @@
     def setPayloadChecker( filename, function ):
 
         """ Create a checker function as a plugin function.
+        """
+
+    def _setMultipartDataAndType():
+        """ Encode and cache the data and content-type.
         """
 
     def setHook( filename, function ):




More information about the Zope-CVS mailing list