On Wed, 29 Jun 2022 13:06:21 GMT, Abhishek Kumar <d...@openjdk.org> wrote:
> JFileChooser - empty file size issue fixed. > For empty file, now the size 0 bytes. > Manual Test Case "ZeroFileSizeCheck.java" created. Changes requested by honkar (Author). test/jdk/javax/swing/JFileChooser/ZeroFileSizeCheck.java line 74: > 72: PassFailJFrame.positionTestFrame(frame, > 73: PassFailJFrame.Position.HORIZONTAL); > 74: }); @kumarabhi006 You might have to update `addTestFrame & positonTestFrame` to `addTestWindow & positionTestWindow` due to recent PassFailJFrame changes. Probably pull in the latest code. ------------- PR: https://git.openjdk.org/jdk/pull/9327