~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(jelmer) Add HPSS call for ``Repository.iter_files_bytes``. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
430
430
        # being too low. If rpc_count increases, more network roundtrips have
431
431
        # become necessary for this use case. Please do not adjust this number
432
432
        # upwards without agreement from bzr's network support maintainers.
433
 
        self.assertLength(17, self.hpss_calls)
 
433
        self.assertLength(16, self.hpss_calls)