~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Avoid reopening (and relocking) the same branches/repositories in ControlDir.sprout.  Still a few rough edges, but the tests I've run are passing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
414
414
        # being too low. If rpc_count increases, more network roundtrips have
415
415
        # become necessary for this use case. Please do not adjust this number
416
416
        # upwards without agreement from bzr's network support maintainers.
417
 
        self.assertLength(38, self.hpss_calls)
 
417
        self.assertLength(37, self.hpss_calls)
418
418
 
419
419
    def test_branch_from_trivial_branch_streaming_acceptance(self):
420
420
        self.setup_smart_server_with_call_log()