[Python-checkins] cpython (2.7): Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore

victor.stinner python-checkins at python.org
Tue May 17 01:19:16 CEST 2011


http://hg.python.org/cpython/rev/47bc3509f76b
changeset: 70165:47bc3509f76b
branch: 2.7
parent: 70161:1bd697cdd210
user: Victor Stinner <victor.stinner at haypocalc.com>
date: Tue May 17 01:18:33 2011 +0200
summary:
 Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore
files:
 Lib/test/test_linecache.py | 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Lib/test/test_linecache.py b/Lib/test/test_linecache.py
--- a/Lib/test/test_linecache.py
+++ b/Lib/test/test_linecache.py
@@ -9,7 +9,7 @@
 FILENAME = linecache.__file__
 INVALID_NAME = '!@$)(!@#_1'
 EMPTY = ''
-TESTS = 'cjkencodings_test inspect_fodder inspect_fodder2 mapping_tests'
+TESTS = 'inspect_fodder inspect_fodder2 mapping_tests'
 TESTS = TESTS.split()
 TEST_PATH = os.path.dirname(support.__file__)
 MODULES = "linecache abc".split()
-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /