Skip to content

Commit fc11aa9

Browse files
committed
update of tzdb-version
see MenoData/Time4J#447
1 parent 75ff1a3 commit fc11aa9

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
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>1.7-2015g</version>
7+
<version>1.7-2016a</version>
88
<packaging>jar</packaging>
99
<name>Time4J-TZDATA</name>
1010

-369 Bytes
Binary file not shown.

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,10 @@ public void findRepository2012c() throws IOException {
5959

6060
@Test
6161
public void loadAll() {
62+
String version = "2016a";
63+
use(version);
6264
ZoneProvider repo = new TimezoneRepositoryProviderSPI();
65+
assertThat(repo.getVersion(), is(version));
6366
for (String tzid : repo.getAvailableIDs()) {
6467
assertThat(repo.load(tzid), notNullValue());
6568
}
88.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)