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 makeDatabaseBranch(self):
     branch = BzrSyncTestCase.makeDatabaseBranch(self)
     LaunchpadZopelessLayer.txn.begin()
     add_subscriber(branch)
     LaunchpadZopelessLayer.txn.commit()
     return branch