/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/plugins/launchpad/test_lp_service.py

merge bzr.dev rev 4098

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
            NotLaunchpadBranch, service.get_web_url_from_branch_url,
127
127
            'bzr+ssh://example.com/~foo/bar/baz')
128
128
        self.assertEqual(
129
 
            'bzr+ssh://example.com/~foo/bar/baz is not hosted on Launchpad.',
 
129
            'bzr+ssh://example.com/~foo/bar/baz is not registered on Launchpad.',
130
130
            str(error))
131
131
 
132
132
    def test_dodgy_launchpad_url(self):