< prev index next >

test/jdk/lib/testlibrary/java/lang/UCDFiles.java

Print this page
rev 56092 : imported patch 8229831

*** 34,43 **** --- 34,45 ---- public static Path UCD_DIR = Paths.get( System.getProperty("test.root"), "..", "..", "make", "data", "unicodedata"); public static Path BLOCKS = UCD_DIR.resolve("Blocks.txt"); + public static Path DERIVED_PROPS = + UCD_DIR.resolve("DerivedCoreProperties.txt"); public static Path GRAPHEME_BREAK_PROPERTY = UCD_DIR.resolve("auxiliary").resolve("GraphemeBreakProperty.txt"); public static Path GRAPHEME_BREAK_TEST = UCD_DIR.resolve("auxiliary").resolve("GraphemeBreakTest.txt"); public static Path NORMALIZATION_TEST =
< prev index next >