~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/testfetch.py

Disable inheritance for getting at LockableFiles, rather use composition.

Show diffs side-by-side

added added

removed removed

Lines of Context:
189
189
    def test_fetch(self):
190
190
        #highest indices a: 5, b: 7
191
191
        br_a, br_b = make_branches(self)
192
 
        br_rem_a = Branch.open(self.get_remote_url(br_a._transport.base))
 
192
        br_rem_a = Branch.open(self.get_remote_url(br_a.base))
193
193
        fetch_steps(self, br_rem_a, br_b, br_a)
194
194
 
195
195
    def log(self, *args):