/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_transport.py

  • Committer: John Arbash Meinel
  • Date: 2009-02-23 16:15:00 UTC
  • mto: This revision was merged to the branch mainline in revision 4033.
  • Revision ID: john@arbash-meinel.com-20090223161500-d4ufiusbhzst02a9
Found 2 more files with trailing whitespace.

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
            e_str = str(e)
132
132
            self.assertEquals('Unsupported protocol'
133
133
                              ' for url "ssh://fooserver/foo":'
134
 
                              ' bzr supports bzr+ssh to operate over ssh, use "bzr+ssh://fooserver/foo".', 
 
134
                              ' bzr supports bzr+ssh to operate over ssh, use "bzr+ssh://fooserver/foo".',
135
135
                              str(e))
136
136
        else:
137
137
            self.fail('Did not raise UnsupportedProtocol')