Rev 4557: Add a comment for one of the failing commit tests in http://bazaar.launchpad.net/~jameinel/bzr/1.18-relpath-394227

John Arbash Meinel john at arbash-meinel.com
Thu Jul 23 16:58:34 BST 2009


At http://bazaar.launchpad.net/~jameinel/bzr/1.18-relpath-394227

------------------------------------------------------------
revno: 4557
revision-id: john at arbash-meinel.com-20090723155822-0p7yliadtdyd6tb3
parent: john at arbash-meinel.com-20090722164148-uv3t6ath2t2tlo68
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 1.18-relpath-394227
timestamp: Thu 2009-07-23 10:58:22 -0500
message:
  Add a comment for one of the failing commit tests
-------------- next part --------------
=== modified file 'bzrlib/tests/blackbox/test_commit.py'
--- a/bzrlib/tests/blackbox/test_commit.py	2009-07-15 01:13:20 +0000
+++ b/bzrlib/tests/blackbox/test_commit.py	2009-07-23 15:58:22 +0000
@@ -255,6 +255,10 @@
         if char is None:
             raise TestSkipped('Cannot find suitable non-ascii character'
                 'for user_encoding (%s)' % osutils.get_user_encoding())
+        # TODO: jam 2009-07-23 This test seems to fail on Windows now. My best
+        #       guess is that the change to use Unicode command lines means
+        #       that we no longer pay any attention to LANG=C when decoding the
+        #       commandline arguments.
         out,err = self.run_bzr_subprocess('commit -m "%s"' % char,
                                           retcode=1,
                                           env_changes={'LANG': 'C'})



More information about the bazaar-commits mailing list