/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: Marius Kruger
  • Date: 2009-10-31 23:07:35 UTC
  • mfrom: (4780 +trunk)
  • mto: (4867.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4868.
  • Revision ID: marius.kruger@enerweb.co.za-20091031230735-4hyr0u14nci0xu7b
merge with bzr.dev

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)