[Python-checkins] cpython (merge 3.2 -> default): (Merge 3.2) Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't

victor.stinner python-checkins at python.org
Mon May 16 17:20:55 CEST 2011


http://hg.python.org/cpython/rev/06473da99270
changeset:   70164:06473da99270
parent:      70160:b61a1cd4943b
parent:      70163:43cbfacae463
user:        Victor Stinner <victor.stinner at haypocalc.com>
date:        Mon May 16 17:20:47 2011 +0200
summary:
  (Merge 3.2) 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