コード例 #1
0
ファイル: PloneTestCase.py プロジェクト: nacho22martin/tesis
 def _clear(self, call_close_hook=0):
     '''Clears the fixture.'''
     if PLONE30:
         self._resetRAMCache()
     PortalTestCase._clear(self, call_close_hook)
     if PLONE30:
         _placefulTearDown()
コード例 #2
0
ファイル: PloneTestCase.py プロジェクト: dtgit/dtedu
 def _clear(self, call_close_hook=0):
     '''Clears the fixture.'''
     PortalTestCase._clear(self, call_close_hook)
     if PLONE30:
         _placefulTearDown()