~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_bzrdir.py

  • Committer: Robert Collins
  • Date: 2009-02-19 02:06:54 UTC
  • mto: This revision was merged to the branch mainline in revision 4020.
  • Revision ID: robertc@robertcollins.net-20090219020654-1l19ged3zo7212jh
Perform creation of BzrDirMetaFormat1 control directories using an RPC where possible. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
900
900
        # being too low. If rpc_count increases, more network roundtrips have
901
901
        # become necessary for this use case. Please do not adjust this number
902
902
        # upwards without agreement from bzr's network support maintainers.
903
 
        self.assertEqual(15, rpc_count)
 
903
        self.assertEqual(2, rpc_count)
904
904
 
905
905
 
906
906
class TestFormat5(TestCaseWithTransport):