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

  • Committer: Parth Malwankar
  • Date: 2010-07-14 09:00:12 UTC
  • mto: (5050.3.7 2.2)
  • mto: This revision was merged to the branch mainline in revision 5365.
  • Revision ID: parth.malwankar@gmail.com-20100714090012-4rpq5rcjs86u8wgg
fixed test name

Show diffs side-by-side

added added

removed removed

Lines of Context:
660
660
        self.assertEqualDiff("Invalid pattern(s) found. Bad pattern msg.",
661
661
            str(error))
662
662
 
663
 
    def test_invalid_pattern(self):
 
663
    def test_recursive_bind(self):
664
664
        error = errors.RecursiveBind('foo_bar_branch')
665
665
        msg = ('Branch "foo_bar_branch" appears to be bound to itself. '
666
666
            'Please use `bzr unbind` to fix.')