-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b11
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8327745 | 21.0.4-oracle | Shivangi Gupta | P4 | Resolved | Fixed | b01 |
JDK-8328690 | 21.0.4 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
There are some leftover changes needed related to the original conversion.
The main issue however is that IntlTest was designed to only test public methods prefixed with 'test' or 'Test'. However, there were a few tests that
did not have public visibility and were never tested (by IntlTest), but appear to be valid tests. They should be updated to be ran with the @Test annotation so that JUnit picks them up.
The main issue however is that IntlTest was designed to only test public methods prefixed with 'test' or 'Test'. However, there were a few tests that
did not have public visibility and were never tested (by IntlTest), but appear to be valid tests. They should be updated to be ran with the @Test annotation so that JUnit picks them up.
- backported by
-
JDK-8327745 Finish removal of IntlTest and CollatorTest
- Resolved
-
JDK-8328690 Finish removal of IntlTest and CollatorTest
- Resolved
- relates to
-
JDK-8316696 Remove the testing base classes: IntlTest and CollatorTest
- Resolved
- links to
-
Commit openjdk/jdk21u-dev/d9539f59
-
Commit openjdk/jdk/4c7b313e
-
Review openjdk/jdk21u-dev/384
-
Review openjdk/jdk/17858
(2 links to)