~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_config.py

  • Committer: Vincent Ladeuil
  • Date: 2011-05-15 15:43:11 UTC
  • mto: (5743.13.4 config-editor-option)
  • mto: This revision was merged to the branch mainline in revision 5944.
  • Revision ID: v.ladeuil+lp@free.fr-20110515154311-chmwvzk1agrxnwn3
Remove spurious spaces.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1847
1847
    def test_default_value(self):
1848
1848
        opt = config.Option('foo', default='bar')
1849
1849
        self.assertEquals('bar', opt.get_default())
1850
 
        
 
1850
 
1851
1851
 
1852
1852
class TestOptionRegistry(tests.TestCase):
1853
 
    
 
1853
 
1854
1854
    def setUp(self):
1855
1855
        super(TestOptionRegistry, self).setUp()
1856
1856
        # Always start with an empty registry