~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/transport_util.py

  • Committer: Jonathan Riddell
  • Date: 2011-09-16 11:13:47 UTC
  • mto: This revision was merged to the branch mainline in revision 6144.
  • Revision ID: jriddell@canonical.com-20110916111347-fyjk426bkl0jrbfu
gettext() show_warning usage

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
        # standard test support code will work and permit the server url
109
109
        # correctly.
110
110
        url = self.get_url()
111
 
        t = transport.get_transport(url)
 
111
        t = transport.get_transport_from_url(url)
112
112
        if t.base.endswith('work/'):
113
113
            t = t.clone('../..')
114
114
        self.permit_url(t.base)