From e98f177ca64de8a4ab779902a3a5926d48f035f2 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 16 May 2011 17:18:51 +0200 Subject: Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore --- Lib/test/test_linecache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_linecache.py b/Lib/test/test_linecache.py index 8e225d5..56e09dc 100644 --- a/Lib/test/test_linecache.py +++ b/Lib/test/test_linecache.py @@ -9,7 +9,7 @@ from test import 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 unittest".split() -- cgit v0.12