~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_init.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:
35
35
 
36
36
    def setUp(self):
37
37
        ExternalBase.setUp(self)
38
 
        self._default_label = 'pack-0.92'
 
38
        self._default_label = '2a'
39
39
 
40
40
    def test_init_with_format(self):
41
41
        # Verify bzr init --format constructs something plausible