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

  • Committer: Martin Pool
  • Date: 2011-01-20 23:06:17 UTC
  • mto: This revision was merged to the branch mainline in revision 5630.
  • Revision ID: mbp@canonical.com-20110120230617-uf5boxpe254shhkl
Comment correction

Show diffs side-by-side

added added

removed removed

Lines of Context:
269
269
    def test_plugin_with_bad_api_version_reports(self):
270
270
        """Try loading a plugin that requests an unsupported api.
271
271
        
272
 
        Up to bzr 2.2, the plugin just didn't load.  But now we prefer to let
273
 
        it load, and record a warning that can be shown in error messages.
 
272
        Observe that it records the problem but doesn't complain on stderr.
274
273
 
275
274
        See https://bugs.launchpad.net/bzr/+bug/704195
276
275
        """