RFR: 8353309: Open source several Swing text tests
Alexey Ivanov
aivanov at openjdk.org
Wed Apr 2 16:20:50 UTC 2025
On Tue, 1 Apr 2025 18:13:09 GMT, Phil Race <prr at openjdk.org> wrote:
> Open source several Swing text / html related regression tests.
test/jdk/javax/swing/text/html/FrameSetView/4890934/bug4890934.java line 63:
> 61: jep.setPage(file.toURL());
> 62: } catch (Exception e) {
> 63: }
The test should fail if any exception occurs, silently ignoring the exception isn't good.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24364#discussion_r2025182445
More information about the client-libs-dev
mailing list