/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/blackbox/test_commit.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-08-01 02:49:14 UTC
  • mfrom: (7045.4.39 python3-u)
  • Revision ID: breezy.the.bot@gmail.com-20180801024914-vib3fpfkn36585ie
Fix some more tests on Python 3.

Merged from https://code.launchpad.net/~jelmer/brz/python3-u/+merge/351386

Show diffs side-by-side

added added

removed removed

Lines of Context:
810
810
        out, err = self.run_bzr("commit tree/hello.txt", retcode=3,
811
811
            stdin="y\n")
812
812
        self.assertContainsRe(err,
813
 
            b"brz: ERROR: Empty commit message specified")
 
813
            "brz: ERROR: Empty commit message specified")
814
814
 
815
815
    def test_commit_hook_template_accepted(self):
816
816
        tree = self.setup_commit_with_template()