summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_codecmaps_jp.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_codecmaps_jp.py')
-rw-r--r--Lib/test/test_codecmaps_jp.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/Lib/test/test_codecmaps_jp.py b/Lib/test/test_codecmaps_jp.py
index 014a952..e75a5a8 100644
--- a/Lib/test/test_codecmaps_jp.py
+++ b/Lib/test/test_codecmaps_jp.py
@@ -12,7 +12,6 @@ import unittest
class TestCP932Map(test_multibytecodec_support.TestBase_Mapping,
unittest.TestCase):
encoding = 'cp932'
- mapfilename = 'CP932.TXT'
mapfileurl = 'http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/' \
'WINDOWS/CP932.TXT'
supmaps = [
@@ -71,9 +70,5 @@ def test_main():
suite.addTest(unittest.makeSuite(TestSJISX0213Map))
test_support.run_suite(suite)
-test_multibytecodec_support.register_skip_expected(TestCP932Map,
- TestEUCJPCOMPATMap, TestSJISCOMPATMap, TestEUCJISX0213Map,
- TestSJISX0213Map)
-
if __name__ == "__main__":
test_main()