[Zope-Checkins]
SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/testInterfaces.py
Actually, we don't expect PortalTestCase to implement IZopeSecurity.
Stefan H. Holek
stefan at epy.co.at
Fri May 6 20:44:45 EDT 2005
Log message for revision 30297:
Actually, we don't expect PortalTestCase to implement IZopeSecurity.
Changed:
U Zope/trunk/lib/python/Testing/ZopeTestCase/testInterfaces.py
-=-
Modified: Zope/trunk/lib/python/Testing/ZopeTestCase/testInterfaces.py
===================================================================
--- Zope/trunk/lib/python/Testing/ZopeTestCase/testInterfaces.py 2005-05-06 21:09:44 UTC (rev 30296)
+++ Zope/trunk/lib/python/Testing/ZopeTestCase/testInterfaces.py 2005-05-07 00:44:45 UTC (rev 30297)
@@ -99,10 +99,6 @@
self.failUnless(verifyClass(IZopeTestCase, PortalTestCase))
self.failUnless(verifyObject(IZopeTestCase, self))
- def testIZopeSecurity(self):
- self.failUnless(verifyClass(IZopeSecurity, PortalTestCase))
- self.failUnless(verifyObject(IZopeSecurity, self))
-
def testIPortalTestCase(self):
self.failUnless(verifyClass(IPortalTestCase, PortalTestCase))
self.failUnless(verifyObject(IPortalTestCase, self))
More information about the Zope-Checkins
mailing list