1# TL;DR 2 3Run GenerateTestData.java. 4 5# Structure 6 7There are currently 5 directories in common/testData. 8Each also has a _readme.txt with copyright information for all the files in that directory. 9The format of the files in the directory is either in the individual data files, or in the _readme.txt 10 11* localeIdentifiers — generated data (GenerateLocaleIDTestData, GenerateLikelySubtagTests) 12 * localeCanonicalization.txt 13 * localeDisplayName.txt 14 * likelySubtags.txt 15* personNameTest — generated data (GeneratePersonNameTestData) 16 * af.txt 17 * am.txt 18 * … 19* segmentation — curated data (not generated) 20 * graphemeCluster 21 * TestSegmenter-Bengali.txt 22 * TestSegmenter-Devanagari.txt 23 * … 24* transforms — curated data (not generated) 25 * am-fonipa-t-am.tx 26 * am-Latn-t-am-m0-bgn.txt 27 * am-t-am-fonipa.txt 28 * … 29* units — generated data (TestUnits) 30 * unitPreferencesTest.txt 31 * unitsTest.txt 32