/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: Robert Collins
  • Date: 2005-10-14 03:52:44 UTC
  • mto: This revision was merged to the branch mainline in revision 1456.
  • Revision ID: robertc@lifelesslap.robertcollins.net-20051014035244-72493c820c5bff02
exact section test passes

Show diffs side-by-side

added added

removed removed

Lines of Context:
263
263
        self.assertEqual(None, my_config._get_section())
264
264
        
265
265
    def test__get_section_exact(self):
266
 
        my_config = self.get_location_config('http://www.example.com')
267
 
        self.assertEqual('http://www.example.com', my_config._get_section())
 
266
        self.get_location_config('http://www.example.com')
 
267
        self.assertEqual('http://www.example.com',
 
268
                         self.my_config._get_section())
268
269
   
269
270
    def test__get_section_suffix_does_not(self):
270
271
        my_config = self.get_location_config('http://www.example.com-com')