~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-14 21:50:54 UTC
  • mfrom: (6282.6.43 hpss-get-inventories)
  • Revision ID: pqm@pqm.ubuntu.com-20111214215054-kbzhlka9gtbd4zd7
(jelmer) Add HPSS call for retrieving inventories. (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(19, self.hpss_calls)
 
329
        self.assertLength(15, self.hpss_calls)
330
330
        self.expectFailure("annotate accesses inventories, which require VFS access",
331
331
            self.assertThat, self.hpss_calls, ContainsNoVfsCalls)