예제 #1
0
 def makeDatabaseBranch(self):
     branch = BzrSyncTestCase.makeDatabaseBranch(self)
     LaunchpadZopelessLayer.txn.begin()
     add_subscriber(branch)
     LaunchpadZopelessLayer.txn.commit()
     return branch
예제 #2
0
 def setUp(self):
     BzrSyncTestCase.setUp(self)
     stub.test_emails = []
예제 #3
0
 def makeDatabaseBranch(self):
     branch = BzrSyncTestCase.makeDatabaseBranch(self)
     LaunchpadZopelessLayer.txn.begin()
     add_subscriber(branch)
     LaunchpadZopelessLayer.txn.commit()
     return branch
예제 #4
0
 def setUp(self):
     BzrSyncTestCase.setUp(self)
예제 #5
0
 def setUp(self):
     BzrSyncTestCase.setUp(self)
     stub.test_emails = []