~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_config.py

  • Committer: Patch Queue Manager
  • Date: 2012-02-03 10:59:42 UTC
  • mfrom: (6461.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20120203105942-zq9f2k9i5a2akbvu
(vila) Merge 2.5 branch (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
577
577
    def test_config_dir(self):
578
578
        self.assertEqual(config.config_dir(), self.bzr_home)
579
579
 
 
580
    def test_config_dir_is_unicode(self):
 
581
        self.assertIsInstance(config.config_dir(), unicode)
 
582
 
580
583
    def test_config_filename(self):
581
584
        self.assertEqual(config.config_filename(),
582
585
                         self.bzr_home + '/bazaar.conf')