~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-06-07 13:21:55 UTC
  • mfrom: (2515.1.1 Aaron's integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070607132155-dn02612f4o14a1no
Tests don't fail when BZR_REMOTE_PATH is set.  (Daniel Watkins, #111958)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1109
1109
            # -- vila 20061212
1110
1110
            'ftp_proxy': None,
1111
1111
            'FTP_PROXY': None,
 
1112
            'BZR_REMOTE_PATH': None,
1112
1113
        }
1113
1114
        self.__old_env = {}
1114
1115
        self.addCleanup(self._restoreEnvironment)