~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-05-04 02:29:16 UTC
  • mfrom: (5816.2.4 wt-default)
  • Revision ID: pqm@pqm.ubuntu.com-20110504022916-5kjvsleivsy53zox
(jelmer) Support lazily setting the default format for working trees.
 (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
        bzrdir.register_metadir(controldir.format_registry, "testobsolete",
103
103
            "bzrlib.tests.blackbox.test_exceptions.TestObsoleteRepoFormat",
104
104
            branch_format='bzrlib.branch.BzrBranchFormat7',
105
 
            tree_format='bzrlib.workingtree.WorkingTreeFormat6',
 
105
            tree_format='bzrlib.workingtree_4.WorkingTreeFormat6',
106
106
            deprecated=True,
107
107
            help='Same as 2a, but with an obsolete repo format.')
108
108
        self.disable_deprecation_warning()