~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_bzrdir.py

  • Committer: Jelmer Vernooij
  • Date: 2011-05-05 01:00:09 UTC
  • mto: This revision was merged to the branch mainline in revision 5830.
  • Revision ID: jelmer@samba.org-20110505010009-0w2xbphs7uvg44qf
Fix default working tree format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    urlutils,
40
40
    win32utils,
41
41
    workingtree_3,
 
42
    workingtree_4,
42
43
    )
43
44
import bzrlib.branch
44
45
from bzrlib.errors import (
807
808
        branch = self.make_branch('branch', format='knit')
808
809
        format = branch.bzrdir.cloning_metadir()
809
810
        self.assertIsInstance(format.workingtree_format,
810
 
            workingtree_3.WorkingTreeFormat3)
 
811
            workingtree_4.WorkingTreeFormat6)
811
812
 
812
813
    def test_sprout_recursive_treeless(self):
813
814
        tree = self.make_branch_and_tree('tree1',