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

  • Committer: Aaron Bentley
  • Date: 2006-06-15 20:20:48 UTC
  • mfrom: (1776 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1788.
  • Revision ID: abentley@panoramicfeedback.com-20060615202048-fcee4d87e363a002
Merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
700
700
        except NotImplementedError:
701
701
            raise TestSkipped("Transport %s has no bogus URL support." %
702
702
                              self._server.__class__)
703
 
        t = bzrlib.transport.get_transport(url)
704
703
        try:
 
704
            t = bzrlib.transport.get_transport(url)
705
705
            t.get('.bzr/branch')
706
706
        except (ConnectionError, NoSuchFile), e:
707
707
            pass