~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_sftp_transport.py

  • Committer: Aaron Bentley
  • Date: 2007-08-21 01:32:29 UTC
  • mfrom: (2727 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2736.
  • Revision ID: aaron.bentley@utoronto.ca-20070821013229-miopsemz249tv0bl
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
334
334
        # else:
335
335
        #     self.fail('Excepted ConnectionError to be raised')
336
336
 
337
 
        out, err = self.run_bzr_subprocess('log', self.bogus_url, retcode=3)
 
337
        out, err = self.run_bzr_subprocess(['log', self.bogus_url], retcode=3)
338
338
        self.assertEqual('', out)
339
339
        if "NameError: global name 'SSHException'" in err:
340
340
            # We aren't fixing this bug, because it is a bug in