~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 08:32:27 UTC
  • mfrom: (4331.1.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090506083227-ssb3uyzxkb0hy6je
testing pqm unicode support

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