}
public void test_Amman_2003() {
DateTimeZone zone = DateTimeZone.forID("Asia/Amman");
DateTime dt = new DateTime(2003, 3, 1, 0, 0, zone);
long next = zone.nextTransition(dt.getMillis());
assertEquals(next, new DateTime(2003, 3, 28, 0, 0, DateTimeZone.forOffsetHours(2)).getMillis());
}
public void test_Amman_2004() {
DateTimeZone zone = DateTimeZone.forID("Asia/Amman");