~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/testconfig.py

  • Committer: Robert Collins
  • Date: 2005-10-14 04:25:29 UTC
  • mto: This revision was merged to the branch mainline in revision 1456.
  • Revision ID: robertc@lifelesslap.robertcollins.net-20051014042529-3459f87cf3dc753f
branches.conf is now able to override the users email

Show diffs side-by-side

added added

removed removed

Lines of Context:
320
320
        self.assertEqual('Robert Collins <robertc@example.com>',
321
321
                         self.my_config.username())
322
322
 
323
 
#    def test_overriding_location(self):
324
 
#        self.get_location_config('http://www.example.com/foo')
325
 
#        self.assertEqual('Robert Collins <robertc@example.org>',
326
 
#                         self.my_config.username())
327
 
#        
 
323
    def test_overriding_location(self):
 
324
        self.get_location_config('http://www.example.com/foo')
 
325
        self.assertEqual('Robert Collins <robertc@example.org>',
 
326
                         self.my_config.username())
 
327
        
328
328
 
329
329
#> signatures=check-if-available
330
330
#> signatures=require