[Zope3-checkins] CVS: Zope3/src/zope/app/http/tests - test_put.py:1.5.22.2

Jim Fulton jim at zope.com
Tue Sep 9 12:47:35 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/http/tests
In directory cvs.zope.org:/tmp/cvs-serv13092/src/zope/app/http/tests

Modified Files:
      Tag: parentgeddon-branch
	test_put.py 
Log Message:
got more tests to pass

=== Zope3/src/zope/app/http/tests/test_put.py 1.5.22.1 => 1.5.22.2 ===
--- Zope3/src/zope/app/http/tests/test_put.py:1.5.22.1	Mon Sep  8 14:21:39 2003
+++ Zope3/src/zope/app/http/tests/test_put.py	Tue Sep  9 11:47:04 2003
@@ -44,6 +44,8 @@
     def setObject(self, name, object):
         setattr(self, name, object)
 
+    addObject = setObject
+
     def __call__(self, name, content_type, data):
         return File(name, content_type, data)
 




More information about the Zope3-Checkins mailing list