-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b03
-
generic
-
generic
It was pointed out that the test (test_constant_OLD_IDS_POST_2024b()) in TCKZoneId.java is missing @Test annotation. It runs as the class has the annotation under TestNG framework, but it would be silently ignored if the framework is switched to JUnit5. Better add the annotation to the method.
- links to
-
Commit(master) openjdk/jdk/f7f2b42e
-
Review(master) openjdk/jdk/22773