~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-06-18 06:11:59 UTC
  • mfrom: (4454.2.2 1.17-extract-one-time)
  • Revision ID: pqm@pqm.ubuntu.com-20090618061159-nwe8eie5p489xqss
(jam) Remove a spurious call to _get_raw_record,
        speeds up get_record_stream(..., True)

Show diffs side-by-side

added added

removed removed

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