~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_config.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-06-29 15:20:15 UTC
  • mfrom: (1711.4.34 win32-accepted)
  • Revision ID: pqm@pqm.ubuntu.com-20060629152015-62f5695e00233860
(jam) win32 fixes: #45010, EPIPE, test suite fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
473
473
        self.assertEqual(parser._calls,
474
474
                         [('__init__', config.locations_config_filename(),
475
475
                           'utf-8')])
476
 
        os.mkdir(config.config_dir())
 
476
        config.ensure_config_dir_exists()
 
477
        #os.mkdir(config.config_dir())
477
478
        f = file(config.branches_config_filename(), 'wb')
478
479
        f.write('')
479
480
        f.close()