~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: 2012-01-05 16:03:11 UTC
  • mfrom: (6432 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6433.
  • Revision ID: jelmer@samba.org-20120105160311-12o5p67kin1v3zps
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1095
1095
        # become necessary for this use case. Please do not adjust this number
1096
1096
        # upwards without agreement from bzr's network support maintainers.
1097
1097
        self.assertThat(self.hpss_calls, ContainsNoVfsCalls)
 
1098
        self.assertLength(1, self.hpss_connections)
1098
1099
        self.assertLength(10, self.hpss_calls)
1099
1100
 
1100
1101
    def test_verbose_log(self):
1111
1112
        # become necessary for this use case. Please do not adjust this number
1112
1113
        # upwards without agreement from bzr's network support maintainers.
1113
1114
        self.assertLength(11, self.hpss_calls)
 
1115
        self.assertLength(1, self.hpss_connections)
1114
1116
        self.assertThat(self.hpss_calls, ContainsNoVfsCalls)
1115
1117
 
1116
1118
    def test_per_file(self):
1127
1129
        # become necessary for this use case. Please do not adjust this number
1128
1130
        # upwards without agreement from bzr's network support maintainers.
1129
1131
        self.assertLength(15, self.hpss_calls)
 
1132
        self.assertLength(1, self.hpss_connections)
1130
1133
        self.assertThat(self.hpss_calls, ContainsNoVfsCalls)