예제 #1
0
파일: testSetup.py 프로젝트: a25kk/stv2
 def testSmallContentDynamicViewFTI(self):
     """SmallContent implemented by IDynamicViewTypeInformation"""
     small = getattr(self.folder, 'small')
     from Products.CMFDynamicViewFTI.interfaces import IDynamicViewTypeInformation
     info = self.portal.portal_types['SmallContent']
     self.failUnless(IDynamicViewTypeInformation.isImplementedBy(info))