~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_testament.py

Merge from mbp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
    def setUp(self):
35
35
        super(TestamentTests, self).setUp()
36
 
        b = self.b = Branch.initialize('.')
 
36
        b = self.b = Branch.initialize(u'.')
37
37
        b.nick = "test branch"
38
38
        b.working_tree().commit(message='initial null commit',
39
39
                 committer='test@user',