/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_branch.py

  • Committer: Jelmer Vernooij
  • Date: 2009-05-28 16:04:39 UTC
  • mfrom: (4387 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4405.
  • Revision ID: jelmer@samba.org-20090528160439-4z0xlrk5nejobm7q
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
272
272
        # being too low. If rpc_count increases, more network roundtrips have
273
273
        # become necessary for this use case. Please do not adjust this number
274
274
        # upwards without agreement from bzr's network support maintainers.
275
 
        self.assertLength(53, self.hpss_calls)
 
275
        self.assertLength(39, self.hpss_calls)
276
276
 
277
277
    def test_branch_from_trivial_branch_streaming_acceptance(self):
278
278
        self.setup_smart_server_with_call_log()