Rev 4334: Revert previous patch, PQM now presents a unicode friendly file system encoding. in http://bazaar.launchpad.net/%7Evila/bzr/integration
Vincent Ladeuil
v.ladeuil+lp at free.fr
Wed May 6 09:53:42 BST 2009
At http://bazaar.launchpad.net/%7Evila/bzr/integration
------------------------------------------------------------
revno: 4334
revision-id: v.ladeuil+lp at free.fr-20090506085336-aiiub9xczhn70ytl
parent: v.ladeuil+lp at free.fr-20090506072118-2nhhpuwo9i3jt11c
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: integration
timestamp: Wed 2009-05-06 10:53:36 +0200
message:
Revert previous patch, PQM now presents a unicode friendly file system encoding.
-------------- next part --------------
=== modified file 'bzrlib/tests/test_osutils.py'
--- a/bzrlib/tests/test_osutils.py 2009-05-06 07:21:18 +0000
+++ b/bzrlib/tests/test_osutils.py 2009-05-06 08:53:36 +0000
@@ -1730,7 +1730,7 @@
But prior python versions failed to properly encode the passed unicode
string.
"""
-# _test_needs_features = [tests.SymlinkFeature, tests.UnicodeFilenameFeature]
+ _test_needs_features = [tests.SymlinkFeature, tests.UnicodeFilenameFeature]
def setUp(self):
super(tests.TestCaseInTempDir, self).setUp()
More information about the bazaar-commits
mailing list