/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_sftp_transport.py

  • Committer: Matthieu Moy
  • Date: 2006-07-08 19:32:30 UTC
  • mfrom: (1845 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1857.
  • Revision ID: Matthieu.Moy@imag.fr-20060708193230-3eb72d871471bd5b
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
186
186
            self.fail('expected exception not raised')
187
187
        except TransportError, e:
188
188
            self.assertEquals(str(e), 
189
 
                    '~janneke: invalid port number')
 
189
                    'Transport error: ~janneke: invalid port number ')
190
190
 
191
191
 
192
192
class SFTPBranchTest(TestCaseWithSFTPServer):