/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

Fix typo in test name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
689
689
                         '+user', '+site', '+site',
690
690
                         '+core'])
691
691
 
692
 
    def test_disable_overrides_disable(self):
 
692
    def test_disable_overrides_enable(self):
693
693
        self.check_path([self.core, self.site], ['-user', '+user'])
694
694
 
695
695
    def test_disable_core(self):