Rev 3424: Fix comment. in http://bazaar.launchpad.net/%7Evila/bzr/203186-warn-pass-for-ssh-auth
Vincent Ladeuil
v.ladeuil+lp at free.fr
Fri May 16 19:37:01 BST 2008
At http://bazaar.launchpad.net/%7Evila/bzr/203186-warn-pass-for-ssh-auth
------------------------------------------------------------
revno: 3424
revision-id: v.ladeuil+lp at free.fr-20080516183336-3jz7zixt676448r8
parent: v.ladeuil+lp at free.fr-20080516072422-d6rfj3lw8rmldvfy
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 203186-warn-pass-for-ssh-auth
timestamp: Fri 2008-05-16 20:33:36 +0200
message:
Fix comment.
modified:
bzrlib/tests/test_config.py testconfig.py-20051011041908-742d0c15d8d8c8eb
-------------- next part --------------
=== modified file 'bzrlib/tests/test_config.py'
--- a/bzrlib/tests/test_config.py 2008-05-16 07:24:22 +0000
+++ b/bzrlib/tests/test_config.py 2008-05-16 18:33:36 +0000
@@ -1451,8 +1451,8 @@
# the user is prompted
self.assertEquals(entered_password,
conf.get_password('ssh', 'bar.org', user='jim'))
- # Not warning shoud be emitted since there is no password, we just
- # provide the user.
+ # No warning shoud be emitted since there is no password. We are only
+ # providing "user".
self.assertNotContainsRe(
self._get_log(keep_log_file=True),
'password ignored in section \[ssh with password\]')
More information about the bazaar-commits
mailing list