Re: RFR: 8320349: Simplify FileChooserSymLinkTest.java by using single-window testUI [v3]

2023-12-05 Thread Alexey Ivanov
> Update `FileChooserSymLinkTest.java` to simplify its implementation by > replacing `List` with `JFrame` of its `createTestUI` which now uses > `PassFailJFrame.Builder testUI(PassFailJFrame.WindowCreator)` instead of > `PassFailJFrame.Builder testUI(PassFailJFrame.WindowListCreator)`. > > The

Re: RFR: 8320349: Simplify FileChooserSymLinkTest.java by using single-window testUI [v2]

2023-12-05 Thread Alexey Ivanov
> Update `FileChooserSymLinkTest.java` to simplify its implementation by > replacing `List` with `JFrame` of its `createTestUI` which now uses > `PassFailJFrame.Builder testUI(PassFailJFrame.WindowCreator)` instead of > `PassFailJFrame.Builder testUI(PassFailJFrame.WindowListCreator)`. > > The

Re: RFR: 8320349: Simplify FileChooserSymLinkTest.java by using single-window testUI

2023-11-30 Thread Sergey Bylokhov
On Fri, 17 Nov 2023 20:21:32 GMT, Alexey Ivanov wrote: > Update `FileChooserSymLinkTest.java` to simplify its implementation by > replacing `List` with `JFrame` of its `createTestUI` which now uses > `PassFailJFrame.Builder testUI(PassFailJFrame.WindowCreator)` instead of > `PassFailJFrame.Bui

RFR: 8320349: Simplify FileChooserSymLinkTest.java by using single-window testUI

2023-11-17 Thread Alexey Ivanov
Update `FileChooserSymLinkTest.java` to simplify its implementation by replacing `List` with `JFrame` of its `createTestUI` which now uses `PassFailJFrame.Builder testUI(PassFailJFrame.WindowCreator)` instead of `PassFailJFrame.Builder testUI(PassFailJFrame.WindowListCreator)`. The test works c