Rev 4333: Special patch to test unicode fs encoding on pqm. This should fails if fs encoding is still ANSI_X3.4-1968. in http://bazaar.launchpad.net/%7Evila/bzr/integration

Vincent Ladeuil v.ladeuil+lp at free.fr
Wed May 6 08:21:24 BST 2009


At http://bazaar.launchpad.net/%7Evila/bzr/integration

------------------------------------------------------------
revno: 4333
revision-id: v.ladeuil+lp at free.fr-20090506072118-2nhhpuwo9i3jt11c
parent: v.ladeuil+lp at free.fr-20090505184800-qt0wpe1cttxsam7p
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: integration
timestamp: Wed 2009-05-06 09:21:18 +0200
message:
  Special patch to test unicode fs encoding on pqm. This should fails if fs encoding is still ANSI_X3.4-1968.
-------------- next part --------------
=== modified file 'bzrlib/tests/test_osutils.py'
--- a/bzrlib/tests/test_osutils.py	2009-05-05 18:46:08 +0000
+++ b/bzrlib/tests/test_osutils.py	2009-05-06 07:21:18 +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