[Zope3-checkins] CVS: Zope3/src/zope/app/services/tests -
test_view.py:1.22.2.4
Fred L. Drake, Jr.
fred at zope.com
Fri Sep 12 16:42:20 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/services/tests
In directory cvs.zope.org:/tmp/cvs-serv28983
Modified Files:
Tag: parentgeddon-branch
test_view.py
Log Message:
TestViewRegistration now needs PlacefulSetup
=== Zope3/src/zope/app/services/tests/test_view.py 1.22.2.3 => 1.22.2.4 ===
--- Zope3/src/zope/app/services/tests/test_view.py:1.22.2.3 Fri Sep 12 15:15:35 2003
+++ Zope3/src/zope/app/services/tests/test_view.py Fri Sep 12 16:42:19 2003
@@ -209,7 +209,7 @@
raise ImportError(name)
-class TestViewRegistration(TestCase):
+class TestViewRegistration(PlacefulSetup, TestCase):
def test_getView(self):
folder = ModuleFinder()
More information about the Zope3-Checkins
mailing list