コード例 #1
0
ファイル: test_email.py プロジェクト: pombredanne/launchpad-3
 def makeDatabaseBranch(self):
     branch = BzrSyncTestCase.makeDatabaseBranch(self)
     LaunchpadZopelessLayer.txn.begin()
     add_subscriber(branch)
     LaunchpadZopelessLayer.txn.commit()
     return branch
コード例 #2
0
 def makeDatabaseBranch(self):
     branch = BzrSyncTestCase.makeDatabaseBranch(self)
     LaunchpadZopelessLayer.txn.begin()
     add_subscriber(branch)
     LaunchpadZopelessLayer.txn.commit()
     return branch