~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Martin
  • Date: 2010-05-20 18:23:10 UTC
  • mto: This revision was merged to the branch mainline in revision 5244.
  • Revision ID: gzlist@googlemail.com-20100520182310-1amew76s8x26ww6z
Use the production server in the launchpad plugin rather than edge

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
        self.assertEquals('http://bazaar.launchpad.net/~apt/apt/devel',
92
92
                          directory._resolve('lp:apt', factory))
93
93
        # Make sure that resolve went to the production server.
94
 
        self.assertEquals('https://xmlrpc.edge.launchpad.net/bazaar/',
 
94
        self.assertEquals('https://xmlrpc.launchpad.net/bazaar/',
95
95
                          factory._service_url)
96
96
 
97
97
    def test_staging(self):