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

  • Committer: Vincent Ladeuil
  • Date: 2010-11-30 18:54:43 UTC
  • mto: (4797.79.1 2.1)
  • mto: This revision was merged to the branch mainline in revision 5555.
  • Revision ID: v.ladeuil+lp@free.fr-20101130185443-ano6fq8xexb0dgi1
Fix pqm failure

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
            'bzr+ssh://bazaar.launchpad.net/~foo/bar/baz')
97
97
        self.build_tree(['lp/a/'])
98
98
        self.assertEqual(
99
 
            ['Opening https://code.edge.launchpad.net/~foo/bar/baz in web '
 
99
            ['Opening https://code.launchpad.net/~foo/bar/baz in web '
100
100
             'browser'],
101
101
            self.run_open('.', working_dir='lp/a'))