From: Victor Stinner Date: Mon, 16 May 2011 15:20:07 +0000 (+0200) Subject: (Merge 3.1) Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't X-Git-Tag: v3.2.1rc2~151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5720b989f58536e027a1069401120b0f49364a2;p=python (Merge 3.1) Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore --- e5720b989f58536e027a1069401120b0f49364a2 diff --cc Lib/test/test_linecache.py index fcc390a17b,56e09dcdda..7d14534d35 --- a/Lib/test/test_linecache.py +++ b/Lib/test/test_linecache.py @@@ -9,10 -9,10 +9,10 @@@ from test import suppor 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 unittest".split() +MODULES = "linecache abc".split() MODULE_PATH = os.path.dirname(FILENAME) SOURCE_1 = '''