[Zope-Checkins] CVS: Releases/Zope/lib/python/AccessControl/tests - testBindings.py:1.6

Evan Simpson evan at 4-am.com
Tue Mar 9 11:48:03 EST 2004


Update of /cvs-repository/Releases/Zope/lib/python/AccessControl/tests
In directory cvs.zope.org:/tmp/cvs-serv26989/lib/python/AccessControl/tests

Modified Files:
	testBindings.py 
Log Message:
Forgotten part of Script _filepath change.


=== Releases/Zope/lib/python/AccessControl/tests/testBindings.py 1.5 => 1.6 ===
--- Releases/Zope/lib/python/AccessControl/tests/testBindings.py:1.5	Tue Jan 27 14:37:29 2004
+++ Releases/Zope/lib/python/AccessControl/tests/testBindings.py	Tue Mar  9 11:48:02 2004
@@ -71,6 +71,8 @@
         return 1
 
 class FauxRoot(ObjectManager):
+    def getPhysicalPath(self):
+        return ('',)
     def __repr__(self):
         return '<FauxRoot>'
 




More information about the Zope-Checkins mailing list