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

Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
        self.assertEquals('http://bazaar.launchpad.net/~apt/apt/devel',
57
57
                          transport._resolve('lp:apt', factory))
58
58
        # Make sure that resolve went to the production server.
59
 
        self.assertEquals('https://xmlrpc.launchpad.net/bazaar/',
 
59
        self.assertEquals('https://xmlrpc.edge.launchpad.net/bazaar/',
60
60
                          factory._service_url)
61
61
 
62
62
    def test_staging(self):