[Jython-checkins] jython: Correction: The parent changeset was for issue #1793.

santoso.wijaya jython-checkins at python.org
Sat Mar 21 22:47:14 CET 2015


https://hg.python.org/jython/rev/3548f6836c66
changeset:   7630:3548f6836c66
user:        Santoso Wijaya <santoso.wijaya at gmail.com>
date:        Sat Mar 21 14:46:35 2015 -0700
summary:
  Correction: The parent changeset was for issue #1793.

files:
  Lib/test/test_os_jy.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_os_jy.py b/Lib/test/test_os_jy.py
--- a/Lib/test/test_os_jy.py
+++ b/Lib/test/test_os_jy.py
@@ -76,7 +76,7 @@
             content = f.read()
         self.assertEqual(content, 2 * b'onetwothree')
 
-    def test_issue1011(self):
+    def test_issue1793(self):
         # prepare the input file containing 256 bytes of sorted byte-sized numbers
         fd = file(test_support.TESTFN, 'wb')
         try:

-- 
Repository URL: https://hg.python.org/jython


More information about the Jython-checkins mailing list