Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore

This commit is contained in:
Victor Stinner 2011-05-16 17:18:51 +02:00
parent 272e24356e
commit e98f177ca6

View file

@ -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()