/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: John Arbash Meinel
  • Date: 2006-06-18 18:56:23 UTC
  • mfrom: (1790 +trunk)
  • mto: (1711.7.2 win32)
  • mto: This revision was merged to the branch mainline in revision 1796.
  • Revision ID: john@arbash-meinel.com-20060618185623-854bdd0fbc4f230f
[merge] bzr.dev 1790

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