On Mon, 1 Jun 2026 21:45:46 GMT, lawrence.andrews <[email protected]> wrote:
>> 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 When I click that it doesn't take me anywhere that explains it. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31252#discussion_r3345267107
