/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-02-20 03:28:07 UTC
  • mto: This revision was merged to the branch mainline in revision 4023.
  • Revision ID: robertc@robertcollins.net-20090220032807-9ezo43wv9boso5id
Create a verb for Repository.set_make_working_trees.

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
        # being too low. If rpc_count increases, more network roundtrips have
193
193
        # become necessary for this use case. Please do not adjust this number
194
194
        # upwards without agreement from bzr's network support maintainers.
195
 
        self.assertEqual(75, rpc_count)
 
195
        self.assertEqual(74, rpc_count)
196
196
 
197
197
    def test_push_smart_stacked_streaming_acceptance(self):
198
198
        self.setup_smart_server_with_call_log()
209
209
        # being too low. If rpc_count increases, more network roundtrips have
210
210
        # become necessary for this use case. Please do not adjust this number
211
211
        # upwards without agreement from bzr's network support maintainers.
212
 
        self.assertEqual(100, rpc_count)
 
212
        self.assertEqual(99, rpc_count)
213
213
        remote = Branch.open('public')
214
214
        self.assertEndsWith(remote.get_stacked_on_url(), '/parent')
215
215