summaryrefslogtreecommitdiff
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.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/Lib/test/test_codecmaps_hk.py b/Lib/test/test_codecmaps_hk.py
index 278ae2ffeb..4c0c4156da 100644
--- a/Lib/test/test_codecmaps_hk.py
+++ b/Lib/test/test_codecmaps_hk.py
@@ -10,11 +10,7 @@ import unittest
class TestBig5HKSCSMap(multibytecodec_support.TestBase_Mapping,
unittest.TestCase):
encoding = 'big5hkscs'
- mapfileurl = 'http://people.freebsd.org/~perky/i18n/BIG5HKSCS-2004.TXT'
-
-def test_main():
- support.run_unittest(__name__)
+ mapfileurl = 'http://www.pythontest.net/unicode/BIG5HKSCS-2004.TXT'
if __name__ == "__main__":
- support.use_resources = ['urlfetch']
- test_main()
+ unittest.main()