[Zope3-checkins] CVS: Zope3/src/zope/app/browser/exception/tests -
test_unauthorized.py:1.11
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Feb 13 22:27:44 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/browser/exception/tests
In directory cvs.zope.org:/tmp/cvs-serv31706/src/zope/app/browser/exception/tests
Modified Files:
test_unauthorized.py
Log Message:
- Cleaned up some module doc strings.
- Put I18n content component interfaces together.
- Updated I18n Content Component implementation and tests.
=== Zope3/src/zope/app/browser/exception/tests/test_unauthorized.py 1.10 => 1.11 ===
--- Zope3/src/zope/app/browser/exception/tests/test_unauthorized.py:1.10 Sun Sep 21 13:30:34 2003
+++ Zope3/src/zope/app/browser/exception/tests/test_unauthorized.py Fri Feb 13 22:27:13 2004
@@ -11,12 +11,10 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-"""
+"""Test Unauthorized Exception Views
-Revision information:
$Id$
"""
-
from unittest import TestCase, main, makeSuite
from zope.publisher.browser import TestRequest
from zope.app.interfaces.security import IAuthenticationService, IPrincipal
More information about the Zope3-Checkins
mailing list