/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: Aaron Bentley
  • Date: 2006-09-25 21:54:28 UTC
  • mto: This revision was merged to the branch mainline in revision 2042.
  • Revision ID: aaron.bentley@utoronto.ca-20060925215428-b2fe01fddf80004b
Change angle brackets to square brackets

Show diffs side-by-side

added added

removed removed

Lines of Context:
189
189
            help = self.capture('help myplug')
190
190
            self.assertContainsRe(help, 'From plugin "myplug"')
191
191
            help = self.split_help_commands()['myplug']
192
 
            self.assertContainsRe(help, '<myplug>')
 
192
            self.assertContainsRe(help, '\[myplug\]')
193
193
        finally:
194
194
            # remove the plugin 'plugin'
195
195
            if getattr(bzrlib.plugins, 'plugin', None):