/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: 2020-06-28 21:33:00 UTC
  • mto: (7490.40.36 work)
  • mto: This revision was merged to the branch mainline in revision 7519.
  • Revision ID: jelmer@jelmer.uk-20200628213300-3rj3tiblmtq4wofe
Fix tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    revision as _mod_revision,
27
27
    tests,
28
28
    )
 
29
from breezy.sixish import PY3
29
30
from breezy.tree import TreeChange
30
31
from breezy.bzr import (
31
32
    inventorytree,
809
810
                          revprops={'invalid': u'property\rwith\r\ninvalid chars'})
810
811
 
811
812
    def test_get_commit_builder_with_surrogateescape(self):
 
813
        if not PY3:
 
814
            self.skipTest('python 2 does not have surrogateescape')
812
815
        tree = self.make_branch_and_tree(".")
813
816
        with tree.lock_write():
814
817
            builder = tree.branch.get_commit_builder([], revprops={