~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_sftp_transport.py

merge trunk

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