On Thu, 30 Jun 2022 16:31:21 GMT, Harshitha Onkar <hon...@openjdk.org> wrote:
>> Abhishek Kumar has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Byte entry added to basic.properties, MessageFormat used to format file >> length > > test/jdk/javax/swing/JFileChooser/ZeroFileSizeCheck.java line 74: > >> 72: PassFailJFrame.positionTestFrame(frame, >> 73: PassFailJFrame.Position.HORIZONTAL); >> 74: }); > > @kumarabhi006 You will have to update `addTestFrame & positonTestFrame` to > `addTestWindow & positionTestWindow` due to recent PassFailJFrame changes. > Probably pull in the latest code. > PassFailJFrame changes: https://github.com/openjdk/jdk/pull/9300 @honkar-jdk @aivanov-jdk updated the addTestFrame and positonTestFrame to addTestWindow & positionTestWindow. ------------- PR: https://git.openjdk.org/jdk/pull/9327