~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_osutils.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-05-06 09:45:12 UTC
  • mfrom: (4331.1.3 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090506094512-vta3no53wohda83x
Revert previous patch,
        PQM now presents a unicode friendly file system encoding

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()