/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_msgeditor.py

  • Committer: Andrew Bennetts
  • Date: 2008-09-08 12:59:00 UTC
  • mfrom: (3695 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3756.
  • Revision ID: andrew.bennetts@canonical.com-20080908125900-8ywtsr7jqyyatjz0
Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    errors,
25
25
    msgeditor,
26
26
    osutils,
 
27
    tests,
27
28
    )
28
29
from bzrlib.branch import Branch
29
30
from bzrlib.config import ensure_config_dir_exists, config_filename
256
257
        self.assertFileEqual(expected, msgfilename)
257
258
 
258
259
    def test__create_temp_file_with_commit_template_in_unicode_dir(self):
259
 
        from bzrlib.tests.test_diff import UnicodeFilename
260
 
        self.requireFeature(UnicodeFilename)
 
260
        self.requireFeature(tests.UnicodeFilenameFeature)
261
261
        if hasattr(self, 'info'):
262
262
            os.mkdir(self.info['directory'])
263
263
            os.chdir(self.info['directory'])