summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_codecmaps_hk.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_codecmaps_hk.py')
-rw-r--r--Lib/test/test_codecmaps_hk.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_codecmaps_hk.py b/Lib/test/test_codecmaps_hk.py
index 43137b6..2335c51 100644
--- a/Lib/test/test_codecmaps_hk.py
+++ b/Lib/test/test_codecmaps_hk.py
@@ -12,7 +12,6 @@ import unittest
class TestBig5HKSCSMap(test_multibytecodec_support.TestBase_Mapping,
unittest.TestCase):
encoding = 'big5hkscs'
- mapfilename = 'BIG5HKSCS.TXT'
mapfileurl = 'http://people.freebsd.org/~perky/i18n/BIG5HKSCS.TXT'
def test_main():
@@ -20,6 +19,5 @@ def test_main():
suite.addTest(unittest.makeSuite(TestBig5HKSCSMap))
test_support.run_suite(suite)
-test_multibytecodec_support.register_skip_expected(TestBig5HKSCSMap)
if __name__ == "__main__":
test_main()