~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_sign_my_commits.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:
166
166
        # become necessary for this use case. Please do not adjust this number
167
167
        # upwards without agreement from bzr's network support maintainers.
168
168
        self.assertLength(15, self.hpss_calls)
 
169
        self.assertLength(1, self.hpss_connections)
169
170
        self.assertThat(self.hpss_calls, ContainsNoVfsCalls)
170
171
 
171
172
    def test_verify_commits(self):
185
186
        # become necessary for this use case. Please do not adjust this number
186
187
        # upwards without agreement from bzr's network support maintainers.
187
188
        self.assertLength(10, self.hpss_calls)
 
189
        self.assertLength(1, self.hpss_connections)
188
190
        self.assertThat(self.hpss_calls, ContainsNoVfsCalls)