/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/tests/per_repository/test_commit_builder.py

  • Committer: Jelmer Vernooij
  • Date: 2018-07-01 21:13:21 UTC
  • mto: This revision was merged to the branch mainline in revision 7027.
  • Revision ID: jelmer@jelmer.uk-20180701211321-dazu15ry3tcvny2l
Fix some git tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
841
841
        self.assertRaises(UnicodeDecodeError,
842
842
            branch.repository.get_commit_builder,
843
843
            branch, [], branch.get_config_stack(),
844
 
            committer="Erik B\xe5gfors <erik@example.com>")
 
844
            committer=b"Erik B\xe5gfors <erik@example.com>")
845
845
 
846
846
    def test_stacked_repositories_reject_commit_builder(self):
847
847
        # As per bug 375013, committing to stacked repositories is currently