Rev 188: Fixed failing tests. in http://bzr.daniel-watkins.co.uk/pqm/testcase-queue
Daniel Watkins
daniel at daniel-watkins.co.uk
Tue Jul 22 18:13:18 BST 2008
At http://bzr.daniel-watkins.co.uk/pqm/testcase-queue
------------------------------------------------------------
revno: 188
revision-id: daniel at daniel-watkins.co.uk-20080722171149-aut0g1391q5zdpjv
parent: daniel at daniel-watkins.co.uk-20080722170203-rr1mr5tlq1vxm9x6
committer: Daniel Watkins <daniel at daniel-watkins.co.uk>
branch nick: TestCaseWithQueue
timestamp: Tue 2008-07-22 18:11:49 +0100
message:
Fixed failing tests.
-------------- next part --------------
=== modified file 'pqm/tests/test_pqm.py'
--- a/pqm/tests/test_pqm.py 2008-07-22 17:02:03 +0000
+++ b/pqm/tests/test_pqm.py 2008-07-22 17:11:49 +0000
@@ -119,7 +119,7 @@
configp = ConfigParser()
configp.read([queue.configFileName])
handler = pqm.BranchSpecOptionHandler(configp)
- return pqm.Script(scriptname, logging, False, 54, handler, configp)
+ return pqm.Script('foo.script', logging, False, 54, handler, configp)
def testFields(self):
queue = self.getQueue()
More information about the bazaar-commits
mailing list