On Mon, 23 Mar 2026 13:47:58 GMT, David Beaumont <[email protected]> wrote:
>> test/jaxp/javax/xml/jaxp/unittest/datatype/DurationTest.java line 422: >> >>> 420: } >>> 421: >>> 422: private void durationAssertEquals(Duration duration, QName >>> xmlSchemaType, boolean isPositive, int years, int months, int days, int >>> hours, int minutes, >> >> Possibly out-of-scope, but this method here does not actually perform any >> real assertions; it just prints to console. > > Yeah, some of these tests are like this. I'll have a look at these > specifically and might just remove them. I swapped out the printing to asserts. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30283#discussion_r2975319935
