]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 16 May 2011 23:18:33 +0000 (01:18 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 16 May 2011 23:18:33 +0000 (01:18 +0200)
Lib/test/test_linecache.py

index 407bebce8ce2b1d6c24765a27a287e9d2901c654..b5f80a4f43e22fe8d2680f511855227055cf88f9 100644 (file)
@@ -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()