/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_osutils.py

  • Committer: Vincent Ladeuil
  • Date: 2009-05-06 07:21:18 UTC
  • mto: This revision was merged to the branch mainline in revision 4337.
  • Revision ID: v.ladeuil+lp@free.fr-20090506072118-2nhhpuwo9i3jt11c
Special patch to test unicode fs encoding on pqm. This should fails if fs encoding is still ANSI_X3.4-1968.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1730
1730
    But prior python versions failed to properly encode the passed unicode
1731
1731
    string.
1732
1732
    """
1733
 
    _test_needs_features = [tests.SymlinkFeature, tests.UnicodeFilenameFeature]
 
1733
#    _test_needs_features = [tests.SymlinkFeature, tests.UnicodeFilenameFeature]
1734
1734
 
1735
1735
    def setUp(self):
1736
1736
        super(tests.TestCaseInTempDir, self).setUp()