On Mon, 1 Jun 2026 21:32:07 GMT, Phil Race <[email protected]> wrote: >> lawrence.andrews has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Used tree.txt data in TextAreaTest.java > > test/jdk/javax/accessibility/awt/TextAreaTest.java line 54: > >> 52: private static final String ACCESSIBLE_DESCRIPTION = >> 53: "Regression Test: javax.accessibility, TextArea"; >> 54: private static final String TEXT_FILE = "tree.txt"; > > How is this file being located ? I see a file of this name in > test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/tree/resources/tree.txt > > but I don't see how this test can find that.
The test gets the location of the file via https://github.com/openjdk/jdk/pull/31252/changes#diff-502a641a8135d14f7e8d72c1538939b78a1d43ee57bbe115213b53efbf50356dR98-R102 ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31252#discussion_r3337359959
