~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_push.py

(vila) Migrate branch location options to config stacks. (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
282
282
        # being too low. If rpc_count increases, more network roundtrips have
283
283
        # become necessary for this use case. Please do not adjust this number
284
284
        # upwards without agreement from bzr's network support maintainers.
285
 
        self.assertLength(13, self.hpss_calls)
 
285
        self.assertLength(14, self.hpss_calls)
286
286
        remote = branch.Branch.open('public')
287
287
        self.assertEndsWith(remote.get_stacked_on_url(), '/parent')
288
288