44
44
def test_non_launchpad_branch(self):
45
45
branch = self.make_branch('non-lp')
46
46
url = 'http://example.com/non-lp'
53
49
['bzr: ERROR: %s is not registered on Launchpad.' % url],
54
50
self.run_open('non-lp', retcode=3))
56
52
def test_launchpad_branch_with_public_location(self):
57
53
branch = self.make_branch('lp')
65
56
['Opening https://code.launchpad.net/~foo/bar/baz in web '