/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/tests/blackbox/test_info.py

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 15:09:40 UTC
  • mto: This revision was merged to the branch mainline in revision 6623.
  • Revision ID: jelmer@jelmer.uk-20170521150940-v0kb1o7ebd9vmqjw
Fix some more tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        location = self.get_url()
47
47
        out, err = self.run_bzr('info '+location, retcode=3)
48
48
        self.assertEqual(out, '')
49
 
        self.assertEqual(err, 'bzr: ERROR: Not a branch: "%s".\n' % location)
 
49
        self.assertEqual(err, 'brz: ERROR: Not a branch: "%s".\n' % location)
50
50
 
51
51
    def test_info_empty_controldir(self):
52
52
        self.make_bzrdir('ctrl')
1463
1463
            lco_tree.branch.unlock()
1464
1464
 
1465
1465
        if sys.platform == 'win32':
1466
 
            self.knownFailure('Win32 cannot run "bzr info"'
 
1466
            self.knownFailure('Win32 cannot run "brz info"'
1467
1467
                              ' when the tree is locked.')
1468
1468
 
1469
1469
    def test_info_stacked(self):