/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Martin
  • Date: 2009-11-07 08:02:13 UTC
  • mfrom: (4789 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4809.
  • Revision ID: gzlist@googlemail.com-20091107080213-jad185091b3l69ih
Merge bzr.dev 4789 to resolve conflict from the disabling of plink auto-detection, and relocate NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    def test_make_repository(self):
28
28
        out, err = self.run_bzr("init-repository a")
29
29
        self.assertEqual(out,
30
 
"""Shared repository with trees (format: pack-0.92)
 
30
"""Shared repository with trees (format: 2a)
31
31
Location:
32
32
  shared repository: a
33
33
""")
119
119
        # being too low. If rpc_count increases, more network roundtrips have
120
120
        # become necessary for this use case. Please do not adjust this number
121
121
        # upwards without agreement from bzr's network support maintainers.
122
 
        self.assertLength(16, self.hpss_calls)
 
122
        self.assertLength(15, self.hpss_calls)