]> granicus.if.org Git - python/commitdiff
Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 16 May 2011 15:18:51 +0000 (17:18 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 16 May 2011 15:18:51 +0000 (17:18 +0200)
Lib/test/test_linecache.py

index 8e225d522b8a6e53996bc0659c5b34a52a3c7e7b..56e09dcdda905bfb29b34562bf3e5f72323598e8 100644 (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()