/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: Aaron Bentley
  • Date: 2007-12-08 01:00:58 UTC
  • mfrom: (3095 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3133.
  • Revision ID: aaron.bentley@utoronto.ca-20071208010058-1vuj9qn49qfu808e
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
245
245
        self.assertFileEqual(expected, msgfilename)
246
246
 
247
247
    def test__create_temp_file_with_commit_template_in_unicode_dir(self):
 
248
        from bzrlib.tests.test_diff import UnicodeFilename
 
249
        self.requireFeature(UnicodeFilename)
248
250
        if hasattr(self, 'info'):
249
251
            os.mkdir(self.info['directory'])
250
252
            os.chdir(self.info['directory'])