~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2009-04-06 02:54:14 UTC
  • mfrom: (4253 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4255.
  • Revision ID: jelmer@samba.org-20090406025414-65tpjwcmjp5wa5oj
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
217
217
        # being too low. If rpc_count increases, more network roundtrips have
218
218
        # become necessary for this use case. Please do not adjust this number
219
219
        # upwards without agreement from bzr's network support maintainers.
220
 
        self.assertLength(56, self.hpss_calls)
 
220
        self.assertLength(42, self.hpss_calls)
221
221
        remote = Branch.open('public')
222
222
        self.assertEndsWith(remote.get_stacked_on_url(), '/parent')
223
223