def afterSetUp(self):
     PloneMeetingTestCase.afterSetUp(self)
 def afterSetUp(self):
     """All tests related to POD teplate generation use the following
        meeting configuration."""
     PloneMeetingTestCase.afterSetUp(self)
     self.setMeetingConfig("plonemeeting-assembly")
 def afterSetUp(self):
     PloneMeetingTestCase.afterSetUp(self)
     self.meetingConfig.setUseAdvices(True)