On Wed, 23 Mar 2022 10:12:26 GMT, Srinivas Mandalika <smandal...@openjdk.org> wrote:
>> Create a test for JDK-4715496 >> >> Issue observed in the above bug is that the >> JTable.AccessibleJTableCell.getAccessible name returns the cell instance >> string instead of the cell text. >> The test is being added to verify the same. >> This review is for migrating tests from a closed test suite to open. > > Srinivas Mandalika has updated the pull request incrementally with one > additional commit since the last revision: > > Review Comment Fixed: JTable accessed on EDT The test ran successfully on Mach5 with multiple runs (30) on windows-x64, linux-x64 and macos-x64. ------------- PR: https://git.openjdk.java.net/jdk/pull/7787