~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(robertc) No longer call _ensure_real in
        RemoteRepository.add_fallback_repository. (Robert Collins,
        Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
307
307
        # being too low. If rpc_count increases, more network roundtrips have
308
308
        # become necessary for this use case. Please do not adjust this number
309
309
        # upwards without agreement from bzr's network support maintainers.
310
 
        self.assertLength(23, self.hpss_calls)
 
310
        self.assertLength(15, self.hpss_calls)
311
311
 
312
312
 
313
313
class TestRemoteBranch(TestCaseWithSFTPServer):