File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >net.time4j</groupId >
66 <artifactId >time4j-tzdata</artifactId >
7- <version >1.10-2016h </version >
7+ <version >1.10-2016i </version >
88 <packaging >jar</packaging >
99 <name >Time4J-TZDATA</name >
1010
Original file line number Diff line number Diff line change 3333@ RunWith (JUnit4 .class )
3434public class RepositoryTest {
3535
36- private static final String STD_VERSION = "2016h " ;
36+ private static final String STD_VERSION = "2016i " ;
3737 private static final ChronoFormatter <Moment > PARSER = Iso8601Format .EXTENDED_DATE_TIME_OFFSET ;
3838
3939 private String propertyValue = null ;
@@ -70,7 +70,7 @@ public void alias() throws ParseException {
7070 @ Test
7171 public void findRepositoryStdVersion () throws IOException {
7272 assertThat (Timezone .getVersion ("TZDB" ), is (STD_VERSION ));
73- Timezone .of ("Europe/Zurich " ).dump (System .out );
73+ Timezone .of ("Pacific/Tongatapu " ).dump (System .out );
7474 }
7575
7676 @ Test
You can’t perform that action at this time.
0 commit comments