RFR: 8328011: Convert java/awt/Frame/GetBoundsResizeTest/GetBoundsResizeTest.java applet test to main
Harshitha Onkar
honkar at openjdk.org
Wed Mar 13 00:40:14 UTC 2024
On Tue, 12 Mar 2024 19:28:45 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:
> The test is converted to main.
> Tested on Linux, Macos and Windows.
test/jdk/java/awt/Frame/GetBoundsResizeTest.java line 76:
> 74: textArea
> 75: .append("Original Frame.getBounds() = %s\n"
> 76: .formatted(frame.getBounds())));
Indentation looks off here.
test/jdk/java/awt/Frame/GetBoundsResizeTest.java line 88:
> 86: textArea
> 87: .append("Current Frame.getBounds() = %s\n"
> 88: .formatted(frame.getBounds())));
Here too.
test/jdk/java/awt/Frame/GetBoundsResizeTest.java line 95:
> 93: return frame;
> 94: }
> 95: }
newline missing at EOF
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18250#discussion_r1522307251
PR Review Comment: https://git.openjdk.org/jdk/pull/18250#discussion_r1522307449
PR Review Comment: https://git.openjdk.org/jdk/pull/18250#discussion_r1522307686
More information about the client-libs-dev
mailing list