/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: Martin Pool
  • Date: 2006-11-03 02:22:55 UTC
  • mto: This revision was merged to the branch mainline in revision 2119.
  • Revision ID: mbp@sourcefrog.net-20061103022255-03efeee385b81b46
Update deprecation version

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
    def test_bzrnewerror_is_deprecated(self):
92
92
        class DeprecatedError(errors.BzrNewError):
93
93
            pass
94
 
        self.callDeprecated(['BzrNewError was deprecated in bzr 0.12; '
 
94
        self.callDeprecated(['BzrNewError was deprecated in bzr 0.13; '
95
95
             'please convert DeprecatedError to use BzrError instead'],
96
96
            DeprecatedError)
97
97