~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2011-11-17 12:59:55 UTC
  • mfrom: (6263.2.3 hpss-make-workingtrees)
  • Revision ID: pqm@pqm.ubuntu.com-20111117125955-yjbz106l8gkzslos
(jelmer) Add HPSS call ``Repository.make_working_trees``. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
import os
20
20
 
21
 
from bzrlib import osutils
22
21
from bzrlib.bzrdir import BzrDir, BzrDirMetaFormat1
23
22
import bzrlib.errors as errors
24
23
from bzrlib.tests import TestCaseInTempDir
120
119
        # being too low. If rpc_count increases, more network roundtrips have
121
120
        # become necessary for this use case. Please do not adjust this number
122
121
        # upwards without agreement from bzr's network support maintainers.
123
 
        self.assertLength(17, self.hpss_calls)
 
122
        self.assertLength(13, self.hpss_calls)
124
123
 
125
124
    def test_notification_on_branch_from_repository(self):
126
125
        out, err = self.run_bzr("init-repository -q a")