~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_testament.py

[BROKEN] Many updates to stop using experimental formats in tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
    def setUp(self):
33
33
        super(TestamentSetup, self).setUp()
34
 
        self.wt = self.make_branch_and_tree('.', format='experimental-knit2')
 
34
        self.wt = self.make_branch_and_tree('.', format='dirstate-with-subtree')
35
35
        self.wt.set_root_id('TREE_ROT')
36
36
        b = self.b = self.wt.branch
37
37
        b.nick = "test branch"