[Zope-Checkins] CVS: Releases/Zope/lib/python/AccessControl/tests -
	testBindings.py:1.1.4.5
    Evan Simpson 
    evan at 4-am.com
       
    Fri Feb 13 11:59:36 EST 2004
    
    
  
Update of /cvs-repository/Releases/Zope/lib/python/AccessControl/tests
In directory cvs.zope.org:/tmp/cvs-serv20148/lib/python/AccessControl/tests
Modified Files:
      Tag: Zope-2_7-branch
	testBindings.py 
Log Message:
DeprecationWarnings in Scripts were converted into mysterious exceptions.  Scripts now gain a '_filepath' attribute, used at runtime as the '__file__' global value.
=== Releases/Zope/lib/python/AccessControl/tests/testBindings.py 1.1.4.4 => 1.1.4.5 ===
--- Releases/Zope/lib/python/AccessControl/tests/testBindings.py:1.1.4.4	Tue Jan 27 14:37:33 2004
+++ Releases/Zope/lib/python/AccessControl/tests/testBindings.py	Fri Feb 13 11:58:56 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