8346300: Add @Test annotation to TCKZoneId.test_constant_OLD_IDS_POST_2024b test

Reviewed-by: lancea, rriggs
This commit is contained in:
Naoto Sato 2024-12-18 17:28:00 +00:00
parent a0b7c4f015
commit f7f2b42e10

View File

@ -96,6 +96,7 @@ public class TCKZoneId extends AbstractTCKTest {
//-----------------------------------------------------------------------
// SHORT_IDS
//-----------------------------------------------------------------------
@Test
public void test_constant_OLD_IDS_POST_2024b() {
Map<String, String> ids = ZoneId.SHORT_IDS;
assertEquals(ids.get("EST"), "America/Panama");