From 72bb99d34351a7636c9ff13e563c9e97e0f1fdac Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 17 May 2011 01:18:33 +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 407bebc..b5f80a4 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() -- cgit v0.12