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