~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-08-18 23:27:40 UTC
  • mfrom: (4599.4.45 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090818232740-8q7ms2nntw9ckyvq
(robertc) Change the default format to 2a. (Robert Collins)

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
""")