/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_exceptions.py

  • Committer: Jelmer Vernooij
  • Date: 2018-02-17 00:06:35 UTC
  • mto: (6855.3.2 bees)
  • mto: This revision was merged to the branch mainline in revision 6923.
  • Revision ID: jelmer@jelmer.uk-20180217000635-p82hqmv6yt9t3cbl
Format strings are bytes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
 
82
82
    @classmethod
83
83
    def get_format_string(cls):
84
 
        return "Test Obsolete Repository Format"
 
84
        return b"Test Obsolete Repository Format"
85
85
 
86
86
    def is_deprecated(self):
87
87
        return True