[Zope3-checkins] CVS: Zope3/src/zope/app/browser/exception/tests - test_unauthorized.py:1.9.6.2

Jim Fulton jim at zope.com
Fri Sep 12 15:15:42 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/browser/exception/tests
In directory cvs.zope.org:/tmp/cvs-serv13470/src/zope/app/browser/exception/tests

Modified Files:
      Tag: parentgeddon-branch
	test_unauthorized.py 
Log Message:
Can't have the tests passing, can we?

=== Zope3/src/zope/app/browser/exception/tests/test_unauthorized.py 1.9.6.1 => 1.9.6.2 ===
--- Zope3/src/zope/app/browser/exception/tests/test_unauthorized.py:1.9.6.1	Mon Sep  8 14:21:25 2003
+++ Zope3/src/zope/app/browser/exception/tests/test_unauthorized.py	Fri Sep 12 15:15:11 2003
@@ -23,7 +23,7 @@
 from zope.app.container.contained import contained
 from zope.interface import implements
 from zope.app.browser.exception.unauthorized import Unauthorized
-
+from zope.app.event.tests.placelesssetup import PlacelessSetup
 
 class Unauthorized(Unauthorized):
     """Unusually done by ZCML."""
@@ -52,7 +52,7 @@
 class DummyPrincipalSource:
     pass
 
-class Test(TestCase):
+class Test(TestCase, PlacelessSetup):
 
     def test(self):
         exception = Exception()




More information about the Zope3-Checkins mailing list