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

  • Committer: Jelmer Vernooij
  • Date: 2019-03-04 01:44:35 UTC
  • mto: This revision was merged to the branch mainline in revision 7318.
  • Revision ID: jelmer@jelmer.uk-20190304014435-7oxfu3de29rqh5bm
Fix more tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
705
705
        self.assertContainsRe(
706
706
            log.getvalue(),
707
707
                'Ignoring "foo" as symlinks are not '
708
 
                'supported on this platform.')
 
708
                'supported on this filesystem.')
709
709
 
710
710
    def test_commit_kind_changes(self):
711
711
        self.requireFeature(SymlinkFeature)