/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/selftest/testconfig.py

  • Committer: abentley
  • Date: 2005-10-15 01:07:02 UTC
  • mfrom: (1185.16.40)
  • mto: (1185.25.1)
  • mto: This revision was merged to the branch mainline in revision 1460.
  • Revision ID: abentley@lappy-20051015010702-0b7a58668e447397
MergeĀ fromĀ Martin

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
    def tearDown(self):
98
98
        os.environ['HOME'] = self.oldenv
99
99
        if self.bzr_email is not None:
100
 
            os.environ['BZREMAIL'] = bzr_email
 
100
            os.environ['BZREMAIL'] = self.bzr_email
101
101
        if self.email is not None:
102
 
            os.environ['EMAIL'] = email
 
102
            os.environ['EMAIL'] = self.email
103
103
        super(TestConfigItems, self).tearDown()
104
104
 
105
105
    def test_user_id(self):