Ejemplo n.º 1
0
 def _clear(self, call_close_hook=0):
     '''Clears the fixture.'''
     if PLONE30:
         self._resetRAMCache()
     PortalTestCase._clear(self, call_close_hook)
     if PLONE30:
         _placefulTearDown()
Ejemplo n.º 2
0
 def _clear(self, call_close_hook=0):
     '''Clears the fixture.'''
     PortalTestCase._clear(self, call_close_hook)
     if PLONE30:
         _placefulTearDown()