/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_branch/test_branch.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:
619
619
    def test_get_child_submit_format_default(self):
620
620
        submit_format = self.get_branch().get_child_submit_format()
621
621
        self.assertTrue(submit_format is None or
622
 
                        isinstance(submit_format, bytes))
 
622
                        isinstance(submit_format, str))
623
623
 
624
624
    def test_get_child_submit_format(self):
625
625
        branch = self.get_branch()