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

1  2 
Lib/test/test_linecache.py

index fcc390a17b4823e858adb3474cdcf240de2a04e2,56e09dcdda905bfb29b34562bf3e5f72323598e8..7d14534d35bdc5755e371241e8127ecc63cca6f4
@@@ -9,10 -9,10 +9,10 @@@ from test import suppor
  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()
 +MODULES = "linecache abc".split()
  MODULE_PATH = os.path.dirname(FILENAME)
  
  SOURCE_1 = '''