~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_checkout.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:
186
186
        # become necessary for this use case. Please do not adjust this number
187
187
        # upwards without agreement from bzr's network support maintainers.
188
188
        self.assertLength(10, self.hpss_calls)
 
189
        self.assertLength(1, self.hpss_connections)
189
190
        self.assertThat(self.hpss_calls, ContainsNoVfsCalls)
190
191
 
191
192
    def test_lightweight_checkout(self):