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

Get rid of all _captureVar() calls, no test failures, pfew.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    def setUp(self):
33
33
        super(LaunchpadServiceTests, self).setUp()
34
34
        # make sure we have a reproducible standard environment
35
 
        self._captureVar('BZR_LP_XMLRPC_URL', None)
 
35
        self.overrideEnv('BZR_LP_XMLRPC_URL', None)
36
36
 
37
37
    def test_default_service(self):
38
38
        service = LaunchpadService()