~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_config.py

  • Committer: Martin Pool
  • Date: 2010-09-13 08:55:08 UTC
  • mfrom: (5417.1.5 scripts)
  • mto: This revision was merged to the branch mainline in revision 5426.
  • Revision ID: mbp@sourcefrog.net-20100913085508-oz74wnsz53hjd4yf
Merge additional fixes for blank lines in scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
778
778
        assertWarning(None)
779
779
 
780
780
 
781
 
class TestGlobalConfigItems(tests.TestCaseInTempDir):
 
781
class TestGlobalConfigItems(tests.TestCase):
782
782
 
783
783
    def test_user_id(self):
784
784
        my_config = config.GlobalConfig.from_string(sample_config_text)