/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/blackbox/test_shared_repository.py

MergeĀ lp:bzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
        # being too low. If rpc_count increases, more network roundtrips have
120
120
        # become necessary for this use case. Please do not adjust this number
121
121
        # upwards without agreement from bzr's network support maintainers.
122
 
        self.assertLength(16, self.hpss_calls)
 
122
        self.assertLength(15, self.hpss_calls)