[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/authentication/principalplugins.py
Added missing cleanup code to a test.
Jim Fulton
jim at zope.com
Sat Feb 19 10:01:45 EST 2005
Log message for revision 29223:
Added missing cleanup code to a test.
Changed:
U Zope3/trunk/src/zope/app/authentication/principalplugins.py
-=-
Modified: Zope3/trunk/src/zope/app/authentication/principalplugins.py
===================================================================
--- Zope3/trunk/src/zope/app/authentication/principalplugins.py 2005-02-19 02:03:28 UTC (rev 29222)
+++ Zope3/trunk/src/zope/app/authentication/principalplugins.py 2005-02-19 15:01:45 UTC (rev 29223)
@@ -86,6 +86,10 @@
True
>>> event.info
{}
+
+ Cleanup:
+
+ >>> del zope.event.subscribers[-1]
"""
implements(interfaces.IPrincipalFactoryPlugin)
More information about the Zope3-Checkins
mailing list