520
520
tree = self.make_branch_and_tree('tree')
521
521
self.build_tree(['tree/hello.txt'])
523
self.run_bzr(["commit", '-m', 'hello',
525
526
last_rev = tree.branch.repository.get_revision(tree.last_revision())
526
527
properties = last_rev.properties
529
530
def test_author_no_email(self):
530
531
"""Author's name without an email address is allowed, too."""