RFR: 8283712 : Create a manual test framework class [v3]
lawrence.andrews
duke at openjdk.java.net
Mon Mar 28 17:00:48 UTC 2022
On Sat, 26 Mar 2022 02:38:41 GMT, Phil Race <prr at openjdk.org> wrote:
>> lawrence.andrews has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fixed the white space issue
>
> test/jdk/java/awt/regtesthelpers/PassFailJFrame.java line 127:
>
>> 125: System.out.println(f.getTitle() + " is getting disposed");
>> 126: f.dispose();
>> 127: }
>
> I am still not sure about this. I mean it doesn't include Window or Dialog ..
> I think that until you can prove otherwise it should destroy only the framework, not start being part of the test.
We can dispose just the instruction frame and let the user destroy the top levels that is created by the test.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7966
More information about the client-libs-dev
mailing list