/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 bzrlib/tests/branch_implementations/test_check.py

  • Committer: John Arbash Meinel
  • Date: 2008-04-29 15:53:30 UTC
  • mto: This revision was merged to the branch mainline in revision 3394.
  • Revision ID: john@arbash-meinel.com-20080429155330-4mb0y4xc8gb62tan
assert the right text is given in the error

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
        e = self.assertRaises(errors.BzrCheckError,
53
53
                              tree.branch.check)
54
 
 
 
54
        self.assertEqual('Internal check failed:'
 
55
                         ' revno does not match len(mainline) 3 != 5', str(e))
55
56
 
56
57
    def test_check_branch_report_results(self):
57
58
        """Checking a branch produces results which can be printed"""