RFR: 8327879: Convert javax/swing/border/Test4760089.java applet test to main [v2]

Phil Race prr at openjdk.org
Wed Mar 13 22:09:40 UTC 2024


On Tue, 12 Mar 2024 09:56:44 GMT, Tejesh R <tr at openjdk.org> wrote:

>> Convert javax/swing/border/Test4760089.java applet test to main based test using PassFailJFrame.
>
> Tejesh R has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Review updates

test/jdk/javax/swing/border/Test4760089.java line 44:

> 42: public class Test4760089 {
> 43:     public static void main(String[] args) throws Exception {
> 44:         String testInstructions = """

You have lost the first part of the instructions.
It used to start with
"When applet starts, you'll see a panel with a compound titled border."

now this would be 
"When the test starts, ..."

Probably you'll need to add an extra row to the instructions.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/18217#discussion_r1523969962


More information about the client-libs-dev mailing list