コード例 #1
0
ファイル: test_web.py プロジェクト: pombredanne/launchpad-3
 def commit(self):
     LaunchpadZopelessLayer.commit()
コード例 #2
0
 def commit(self):
     LaunchpadZopelessLayer.commit()
コード例 #3
0
def uploadQueueBugLinkedToQuestionSetUp(test):
    switch_dbuser('launchpad')
    bugLinkedToQuestionSetUp(test)
    LaunchpadZopelessLayer.commit()
    uploadQueueSetUp(test)
    login(ANONYMOUS)
コード例 #4
0
ファイル: test_doc.py プロジェクト: vitaminmoo/unnaturalcode
def uploadQueueBugLinkedToQuestionSetUp(test):
    switch_dbuser("launchpad")
    bugLinkedToQuestionSetUp(test)
    LaunchpadZopelessLayer.commit()
    uploadQueueSetUp(test)
    login(ANONYMOUS)