Integrated: 8338571: [TestBug] DefaultCloseOperation.java test not working as expected wrt instruction after JDK-8325851 fix

Sharath TN duke at openjdk.org
Fri Nov 29 12:29:40 UTC 2024


On Wed, 18 Sep 2024 13:23:32 GMT, Sharath TN <duke at openjdk.org> wrote:

> Fixed test and fix is working fine. 
> 
> Fix
> testUI(DefaultCloseOperation::createUI) will create PassfailJFrame test windows when test starts.
> 
> PassFailJFrame.addTestWindow(testFrame);
> PassFailJFrame.addTestWindow(testDialog);
> 
> Above code exists in the Test. So TestFrame and TestDailog windows will be created when testUI(DefaultCloseOperation::createUI) invoked.
> 
> Need to remove above code as this code is not required.

This pull request has now been integrated.

Changeset: 8858de39
Author:    Sharath TN <sharath.tn at oracle.com>
Committer: Alexey Ivanov <aivanov at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/8858de393a5cb4f9f1150a6cdf388266362a9559
Stats:     2 lines in 1 file changed: 0 ins; 2 del; 0 mod

8338571: [TestBug] DefaultCloseOperation.java test not working as expected wrt instruction after JDK-8325851 fix

Reviewed-by: aivanov, dnguyen

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

PR: https://git.openjdk.org/jdk/pull/21061


More information about the client-libs-dev mailing list