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

  • Committer: Robert Collins
  • Date: 2009-04-02 04:01:23 UTC
  • mto: This revision was merged to the branch mainline in revision 4234.
  • Revision ID: robertc@robertcollins.net-20090402040123-x690lf0614rqgypb
Revert an overly optimistic change to the Remote acceptance tests - they are not improved yet.

Show diffs side-by-side

added added

removed removed

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