[Checkins] SVN: zope.app.http/trunk/ make tests compatible with new (and old) zope.traversing

Christian Theune ct at gocept.com
Thu Jan 29 13:17:06 EST 2009


Log message for revision 95471:
  make tests compatible with new (and old) zope.traversing
  

Changed:
  U   zope.app.http/trunk/CHANGES.txt
  U   zope.app.http/trunk/src/zope/app/http/tests/test_put.py

-=-
Modified: zope.app.http/trunk/CHANGES.txt
===================================================================
--- zope.app.http/trunk/CHANGES.txt	2009-01-29 18:16:05 UTC (rev 95470)
+++ zope.app.http/trunk/CHANGES.txt	2009-01-29 18:17:05 UTC (rev 95471)
@@ -5,7 +5,7 @@
 3.4.4 (unreleased)
 ------------------
 
-- 
+- Make tests compatible with new zope.traversing release.
 
 3.4.3 (2009-01-27)
 ------------------

Modified: zope.app.http/trunk/src/zope/app/http/tests/test_put.py
===================================================================
--- zope.app.http/trunk/src/zope/app/http/tests/test_put.py	2009-01-29 18:16:05 UTC (rev 95470)
+++ zope.app.http/trunk/src/zope/app/http/tests/test_put.py	2009-01-29 18:17:05 UTC (rev 95471)
@@ -30,7 +30,7 @@
 
 class File(object):
 
-    implements(IWriteFile)
+    implements(IWriteFile, ILocation)
 
     def __init__(self, name, content_type, data):
         self.name = name



More information about the Checkins mailing list