/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 brzlib/plugins/weave_fmt/test_bzrdir.py

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 16:11:21 UTC
  • mto: This revision was merged to the branch mainline in revision 6623.
  • Revision ID: jelmer@jelmer.uk-20170521161121-07mvorkqm8lcgzb3
Fix more tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
555
555
        # TODO: jam 20060427 Probably something like this really should
556
556
        #       print out the actual path, rather than the URL
557
557
        cwd = urlutils.local_path_to_url(getcwd())
558
 
        self.assertEqual('bzr: ERROR: To use this feature you must '
 
558
        self.assertEqual('brz: ERROR: To use this feature you must '
559
559
                         'upgrade your branch at %s/.\n' % cwd, err)
560
560
 
561
561
    def test_unbind_format_6_bzrdir(self):
563
563
        out,err = self.run_bzr('unbind', retcode=3)
564
564
        self.assertEqual('', out)
565
565
        cwd = urlutils.local_path_to_url(getcwd())
566
 
        self.assertEqual('bzr: ERROR: To use this feature you must '
 
566
        self.assertEqual('brz: ERROR: To use this feature you must '
567
567
                         'upgrade your branch at %s/.\n' % cwd, err)
568
568
 
569
569