/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_workingtree.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:
474
474
                os.symlink = os_symlink
475
475
        self.assertContainsRe(
476
476
            log.getvalue(),
477
 
            b'bzr: warning: Unable to create symlink "foo" '
478
 
            b'on this platform')
 
477
            b'Unable to create symlink "foo" on this filesystem')
479
478
 
480
479
    def test_auto_resolve_dir(self):
481
480
        tree = self.make_branch_and_tree('tree')