758
759
tree.commit, 'commit 1', author='John Doe <jdoe@example.com>')
759
760
rev = tree.branch.repository.get_revision(rev_id)
760
761
self.assertEqual('John Doe <jdoe@example.com>',
763
765
def test_commit_empty_authors_list(self):
764
766
"""Passing an empty list to authors shouldn't add the property."""