~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2011-11-28 14:18:56 UTC
  • mfrom: (6314 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6316.
  • Revision ID: jelmer@samba.org-20111128141856-lwh2exm44dv21f2x
merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1069
1069
        # being too low. If rpc_count increases, more network roundtrips have
1070
1070
        # become necessary for this use case. Please do not adjust this number
1071
1071
        # upwards without agreement from bzr's network support maintainers.
1072
 
        self.assertLength(15, self.hpss_calls)
 
1072
        self.assertLength(10, self.hpss_calls)
1073
1073
 
1074
1074
    def test_verbose_log(self):
1075
1075
        self.setup_smart_server_with_call_log()
1084
1084
        # being too low. If rpc_count increases, more network roundtrips have
1085
1085
        # become necessary for this use case. Please do not adjust this number
1086
1086
        # upwards without agreement from bzr's network support maintainers.
1087
 
        self.assertLength(20, self.hpss_calls)
 
1087
        self.assertLength(19, self.hpss_calls)