Rev 41: Fix a bug in the pqm test suite. has_extn() takes a parameter. in http://bazaar.launchpad.net/%7Ebzr/bzr-pqm/devel

John Arbash Meinel john at arbash-meinel.com
Tue Nov 6 03:04:07 GMT 2007


At http://bazaar.launchpad.net/%7Ebzr/bzr-pqm/devel

------------------------------------------------------------
revno: 41
revision-id:john at arbash-meinel.com-20071106030349-d622nrjox9cf4t1z
parent: john at arbash-meinel.com-20071106025532-7ovve1z25h4l87xp
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: pqm
timestamp: Mon 2007-11-05 21:03:49 -0600
message:
  Fix a bug in the pqm test suite. has_extn() takes a parameter.
modified:
  test_pqm_submit.py             test_pqm_submit.py-20060221060137-fb48d47216aa0077
-------------- next part --------------
=== modified file 'test_pqm_submit.py'
--- a/test_pqm_submit.py	2007-10-25 09:17:56 +0000
+++ b/test_pqm_submit.py	2007-11-06 03:03:49 +0000
@@ -218,7 +218,7 @@
             connect_calls.append((self, host, port))
         def ehlo(self):
             return (200, 'Ok')
-        def has_extn(self):
+        def has_extn(self, extn):
             return False
         def starttls(self):
             pass



More information about the bazaar-commits mailing list