summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_codecmaps_hk.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-11-06 13:37:49 (GMT)
committerGeorg Brandl <georg@python.org>2014-11-06 13:37:49 (GMT)
commit5a15508f978c1d6fd3f87b26c8c3605222b38f1a (patch)
tree4637ae8d39ae89af0af42c9eb26198e5355a2de1 /Lib/test/test_codecmaps_hk.py
parentabd1c97bd26d9123ff73f49894b486ed263f1f57 (diff)
downloadcpython-5a15508f978c1d6fd3f87b26c8c3605222b38f1a.zip
cpython-5a15508f978c1d6fd3f87b26c8c3605222b38f1a.tar.gz
cpython-5a15508f978c1d6fd3f87b26c8c3605222b38f1a.tar.bz2
#22650: test suite: load Unicode test data files from www.pythontest.net
Diffstat (limited to 'Lib/test/test_codecmaps_hk.py')
-rw-r--r--Lib/test/test_codecmaps_hk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_codecmaps_hk.py b/Lib/test/test_codecmaps_hk.py
index 12aada1..4c0c415 100644
--- a/Lib/test/test_codecmaps_hk.py
+++ b/Lib/test/test_codecmaps_hk.py
@@ -10,7 +10,7 @@ import unittest
class TestBig5HKSCSMap(multibytecodec_support.TestBase_Mapping,
unittest.TestCase):
encoding = 'big5hkscs'
- mapfileurl = 'http://people.freebsd.org/~perky/i18n/BIG5HKSCS-2004.TXT'
+ mapfileurl = 'http://www.pythontest.net/unicode/BIG5HKSCS-2004.TXT'
if __name__ == "__main__":
unittest.main()