RFR: 8341376: Open some TextArea awt tests 4 [v2]

Alisen Chung achung at openjdk.org
Tue Oct 15 20:50:14 UTC 2024


On Thu, 10 Oct 2024 09:08:07 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

>> Alisen Chung has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   remove unrelated tests
>
> test/jdk/java/awt/TextArea/ScrollBarArrowScrollTest.java line 38:
> 
>> 36: 
>> 37: 
>> 38: public class ScrollBarArrowScrollTest extends Frame {
> 
> No need to extend the Frame, you can create a frame in some method, add the component and return it (Similar to WordWrappingTest).

will leave as is to match the original test

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21438#discussion_r1801960773


More information about the client-libs-dev mailing list