Skip to content

Commit 663242e

Browse files
committed
version updated to 2018g
1 parent 430b5c9 commit 663242e

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>net.time4j</groupId>
66
<artifactId>time4j-tzdata</artifactId>
7-
<version>5.0-2018f</version>
7+
<version>5.0-2018g</version>
88
<packaging>jar</packaging>
99
<name>Time4J-TZDATA</name>
1010

-294 Bytes
Binary file not shown.

src/test/java/net/time4j/tz/repo/RepositoryTest.java

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class RepositoryTest {
3737
TZDATA.init();
3838
}
3939

40-
private static final String STD_VERSION = "2018f";
40+
private static final String STD_VERSION = "2018g";
4141
private static final ChronoFormatter<Moment> PARSER = Iso8601Format.EXTENDED_DATE_TIME_OFFSET;
4242

4343
private String propertyValue = null;
@@ -97,7 +97,7 @@ public void tzAfricaCairo() throws IOException {
9797
}
9898

9999
@Test
100-
public void tzAfricaCasablanca() throws ParseException {
100+
public void tzAfricaCasablanca2015a() throws ParseException {
101101
use("2015a"); // this version with ramadan modification
102102
String zoneID = "Africa/Casablanca";
103103
int start = 2015;
@@ -111,6 +111,11 @@ public void tzAfricaCasablanca() throws ParseException {
111111
checkTransitions(zoneID, start, end, data);
112112
}
113113

114+
@Test
115+
public void tzAfricaCasablanca2018g() throws IOException {
116+
Timezone.of("Africa/Casablanca").dump(System.out);
117+
}
118+
114119
@Test
115120
public void tzAfricaSudan() throws ParseException {
116121
use("2017c"); // splitting of zones Africa/Khartoum and Africa/Juba
@@ -664,7 +669,7 @@ public void tzEuropePrague() throws ParseException {
664669

665670
@Test
666671
public void tzAsiaTokyo() throws ParseException, IOException {
667-
use("2018f");
672+
use("2018g");
668673
String zoneID = "Asia/Tokyo";
669674
int start = 1950;
670675
int end = 1950;
92.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)