~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_config.py

  • Committer: John Arbash Meinel
  • Date: 2005-12-30 22:03:42 UTC
  • mto: (1185.50.36 bzr-jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1536.
  • Revision ID: john@arbash-meinel.com-20051230220342-1b6b476e301bb9b4
Whitespace cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
533
533
                          ('write',)],
534
534
                         record._calls[1:])
535
535
 
 
536
 
536
537
class TestBranchConfigItems(TestCase):
537
538
 
538
539
    def test_user_id(self):