~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-06 19:35:39 UTC
  • mfrom: (4086.1.4 hpss-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090306193539-h0q6dlyayhgcehta
(robertc, andrew) Add Branch.get_tags_dict RPC;
        Add optional 'fetch_spec' argument to Repository.fetch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
        # being too low. If rpc_count increases, more network roundtrips have
203
203
        # become necessary for this use case. Please do not adjust this number
204
204
        # upwards without agreement from bzr's network support maintainers.
205
 
        self.assertEqual(23, rpc_count)
 
205
        self.assertEqual(20, rpc_count)
206
206
 
207
207
    def test_push_smart_stacked_streaming_acceptance(self):
208
208
        self.setup_smart_server_with_call_log()