~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2011-12-30 15:51:59 UTC
  • mfrom: (6213.1.63 update-feature-flags)
  • Revision ID: pqm@pqm.ubuntu.com-20111230155159-qrgafyvytuitiq8u
(jelmer) Add {Repository, Branch, WorkingTree,
 BzrDir}.update_feature_flags methods. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
326
326
        # being too low. If rpc_count increases, more network roundtrips have
327
327
        # become necessary for this use case. Please do not adjust this number
328
328
        # upwards without agreement from bzr's network support maintainers.
329
 
        self.assertLength(15, self.hpss_calls)
 
329
        self.assertLength(16, self.hpss_calls)
330
330
        self.assertLength(1, self.hpss_connections)
331
331
        self.expectFailure("annotate accesses inventories, which require VFS access",
332
332
            self.assertThat, self.hpss_calls, ContainsNoVfsCalls)