~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_tags.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:
425
425
        # become necessary for this use case. Please do not adjust this number
426
426
        # upwards without agreement from bzr's network support maintainers.
427
427
        self.assertLength(9, self.hpss_calls)
 
428
        self.assertLength(1, self.hpss_connections)
428
429
        self.assertThat(self.hpss_calls, ContainsNoVfsCalls)
429
430
 
430
431
    def test_show_tags(self):
443
444
        # become necessary for this use case. Please do not adjust this number
444
445
        # upwards without agreement from bzr's network support maintainers.
445
446
        self.assertLength(6, self.hpss_calls)
 
447
        self.assertLength(1, self.hpss_connections)
446
448
        self.assertThat(self.hpss_calls, ContainsNoVfsCalls)