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