[Zope3-checkins] CVS: Zope3/src/zope/app/traversing/tests -
test_conveniencefunctions.py:1.21.18.1
Marius Gedminas
marius at pov.lt
Mon Feb 23 14:18:35 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/traversing/tests
In directory cvs.zope.org:/tmp/cvs-serv14712/src/zope/app/traversing/tests
Modified Files:
Tag: mgedmin-events2-branch
test_conveniencefunctions.py
Log Message:
Added interaction to security proxies. Added interaction arguments to security
checkers. Added a lot of XXX comments in places where proxies are created but
no interaction is (yet) available.
Added an initial draft of IInteraction to zope.security.interfaces. This might
move to zope.interaction.interfaces as suggested by Steve.
Fixed a buglet in CheckerLoggingMixin: check_getattr delegated the check to
super(...).check instead of super(...).check_getattr. Added full unit tests
for CheckerLoggingMixin.
=== Zope3/src/zope/app/traversing/tests/test_conveniencefunctions.py 1.21 => 1.21.18.1 ===
--- Zope3/src/zope/app/traversing/tests/test_conveniencefunctions.py:1.21 Fri Nov 21 12:12:15 2003
+++ Zope3/src/zope/app/traversing/tests/test_conveniencefunctions.py Mon Feb 23 14:18:04 2004
@@ -42,9 +42,6 @@
def __init__(self, name):
self.name = name
-def _proxied(*args):
- return Proxy(args, selectChecker(args))
-
class Test(PlacefulSetup, TestCase):
More information about the Zope3-Checkins
mailing list