/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: v.ladeuil+lp at free
  • Date: 2006-11-08 07:44:30 UTC
  • mfrom: (2123 +trunk)
  • mto: (2145.1.1 keepalive)
  • mto: This revision was merged to the branch mainline in revision 2146.
  • Revision ID: v.ladeuil+lp@free.fr-20061108074430-a9c08d4a475bd97f
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
381
381
            # paramiko, but we know about it, so we don't have to
382
382
            # fail the test
383
383
            raise TestSkipped('Known NameError bug with paramiko-1.6.1')
384
 
        self.assertContainsRe(err, 'Connection error')
 
384
        self.assertContainsRe(err, r'bzr: ERROR: Unable to connect to SSH host'
 
385
                                   r' 127\.0\.0\.1:\d+; ')
385
386
 
386
387
 
387
388
class SFTPLatencyKnob(TestCaseWithSFTPServer):