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

merge bzr.dev r4154

Show diffs side-by-side

added added

removed removed

Lines of Context:
299
299
 
300
300
    def test_get_help_text_loaded_from_file(self):
301
301
        # Pick a known topic stored in an external file
302
 
        topic = help_topics.RegisteredTopic('hooks')
 
302
        topic = help_topics.RegisteredTopic('authentication')
303
303
        self.assertStartsWith(topic.get_help_text(),
304
 
            'Hooks\n'
305
 
            '=====\n'
 
304
            'Authentication Settings\n'
 
305
            '=======================\n'
306
306
            '\n')
307
307
 
308
308
    def test_get_help_topic(self):