Skip to content

Commit

Permalink
Upgrade to Airbase 39
Browse files Browse the repository at this point in the history
  • Loading branch information
cberner committed Jun 1, 2015
1 parent 2fd4d4b commit 26d4322
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.airlift</groupId>
<artifactId>airbase</artifactId>
<version>38</version>
<version>39</version>
</parent>

<groupId>com.facebook.presto</groupId>
Expand Down
Expand Up @@ -2221,6 +2221,9 @@
2212 Asia/Khandyga
2213 Asia/Ust-Nera
2214 Europe/Busingen
2215 Asia/Chita
2216 Asia/Srednekolymsk
2217 Pacific/Bougainville

# Zones not supported in Java
# ROC
Expand Down
Expand Up @@ -188,6 +188,6 @@ public int compare(TimeZoneKey left, TimeZoneKey right)
hasher.putString(timeZoneKey.getId(), StandardCharsets.UTF_8);
}
// Zone file should not (normally) be changed, so let's make is more difficult
assertEquals(hasher.hash().asLong(), 7273867108989103529L, "zone-index.properties file contents changed!");
assertEquals(hasher.hash().asLong(), 5498515770239515435L, "zone-index.properties file contents changed!");
}
}

0 comments on commit 26d4322

Please sign in to comment.