def setUp(self):
     TestCaseWithFactory.setUp(self)
     remove_all_sample_data_branches()
     self._branch_cloud = getUtility(IBranchCloud)
 def setUp(self):
     TestCaseWithFactory.setUp(self)
     remove_all_sample_data_branches()
     self._branch_cloud = getUtility(IBranchCloud)
 def setUp(self):
     TestCaseWithFactory.setUp(self)
     remove_all_sample_data_branches()
     self.person_set = getUtility(IPersonSet)