From: Victor Stinner Date: Mon, 16 May 2011 23:18:33 +0000 (+0200) Subject: Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore X-Git-Tag: v2.7.2rc1~32^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72bb99d34351a7636c9ff13e563c9e97e0f1fdac;p=thirdparty%2FPython%2Fcpython.git Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore --- diff --git a/Lib/test/test_linecache.py b/Lib/test/test_linecache.py index 407bebce8ce2..b5f80a4f43e2 100644 --- a/Lib/test/test_linecache.py +++ b/Lib/test/test_linecache.py @@ -9,7 +9,7 @@ from test import test_support as support 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()