~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/plugins/launchpad/test_lp_service.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-02 15:54:09 UTC
  • mfrom: (4031.2.11 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090302155409-89pygn9tisbc0lir
(jml) Updates to the launchpad plugin,
        make lp-open work under more circumstances.

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):