diff options
author | Georg Brandl <georg@python.org> | 2014-11-06 13:37:49 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-11-06 13:37:49 (GMT) |
commit | 5a15508f978c1d6fd3f87b26c8c3605222b38f1a (patch) | |
tree | 4637ae8d39ae89af0af42c9eb26198e5355a2de1 /Lib/test/test_ucn.py | |
parent | abd1c97bd26d9123ff73f49894b486ed263f1f57 (diff) | |
download | cpython-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_ucn.py')
-rw-r--r-- | Lib/test/test_ucn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_ucn.py b/Lib/test/test_ucn.py index be7e9cd..1e07f66 100644 --- a/Lib/test/test_ucn.py +++ b/Lib/test/test_ucn.py @@ -172,7 +172,7 @@ class UnicodeNamesTest(unittest.TestCase): def test_named_sequences_full(self): # Check all the named sequences - url = ("http://www.unicode.org/Public/%s/ucd/NamedSequences.txt" % + url = ("http://www.pythontest.net/unicode/%s/NamedSequences.txt" % unicodedata.unidata_version) try: testdata = support.open_urlresource(url, encoding="utf-8", |