267
267
self.reset_smart_call_log()
268
268
out, err = self.run_bzr(['branch', self.get_url('from'),
271
270
# This figure represent the amount of work to perform this use case. It
272
271
# is entirely ok to reduce this number if a test fails due to rpc_count
273
272
# being too low. If rpc_count increases, more network roundtrips have
274
273
# become necessary for this use case. Please do not adjust this number
275
274
# upwards without agreement from bzr's network support maintainers.
278
277
def test_branch_from_trivial_branch_streaming_acceptance(self):
279
278
self.setup_smart_server_with_call_log()