[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/ZPTPage/tests - testZPTPage.py:1.1.2.2
Shane Hathaway
shane@cvs.zope.org
Thu, 28 Feb 2002 11:45:07 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/ZPTPage/tests
In directory cvs.zope.org:/tmp/cvs-serv16025/App/OFS/ZPTPage/tests
Modified Files:
Tag: Zope-3x-branch
testZPTPage.py
Log Message:
Enabled Zope security in TALES expressions and switched to the permissive
security policy for page template tests unrelated to security.
=== Zope3/lib/python/Zope/App/OFS/ZPTPage/tests/testZPTPage.py 1.1.2.1 => 1.1.2.2 ===
class ZPTPageTests(BasicTemplateTests):
def setUp(self):
+ BasicTemplateTests.setUp(self)
self.t = ZPTPage()