import os
from unicodedata import normalize
-TESTDATAFILE = "NormalizationTest" + os.extsep + "txt"
+TESTDATAFILE = "NormalizationTest-3.2.0" + os.extsep + "txt"
# This search allows using a build directory just inside the source
# directory, and saving just one copy of the test data in the source
def test_main():
if skip_expected:
raise TestSkipped(TESTDATAFILE + " not found, download from " +
- "http://www.unicode.org/Public/UNIDATA/" + TESTDATAFILE)
+ "http://www.unicode.org/Public/3.2-Update/" + TESTDATAFILE)
part1_data = {}
for line in open(TESTDATAFILE):