~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-04-03 19:03:38 UTC
  • mfrom: (4248.2.1 integration2)
  • Revision ID: pqm@pqm.ubuntu.com-20090403190338-yy0lftj7t2v9vah3
(robertc) Fix handling of fallback repositories some more

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(47, 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