~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_cat.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:
239
239
        # being too low. If rpc_count increases, more network roundtrips have
240
240
        # become necessary for this use case. Please do not adjust this number
241
241
        # upwards without agreement from bzr's network support maintainers.
242
 
        self.assertLength(16, self.hpss_calls)
243
 
        self.expectFailure("cat still uses VFS calls",
244
 
            self.assertThat, self.hpss_calls, ContainsNoVfsCalls)
 
242
        self.assertLength(9, self.hpss_calls)
 
243
        self.assertThat(self.hpss_calls, ContainsNoVfsCalls)