Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<dep.tempto.version>179</dep.tempto.version>
<dep.gcs.version>2.0.0</dep.gcs.version>
<dep.errorprone.version>2.4.0</dep.errorprone.version>
<dep.joda.version>2.10.6</dep.joda.version>
<rubix.version>0.3.12</rubix.version>

<!--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2236,3 +2236,4 @@
2227 Asia/Famagusta
2228 Europe/Saratov
2229 Asia/Qostanay
2230 America/Nuuk
Comment thread
electrum marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public void testZoneKeyData()
hasher.putString(timeZoneKey.getId(), StandardCharsets.UTF_8);
}
// Zone file should not (normally) be changed, so let's make this more difficult
assertEquals(hasher.hash().asLong(), -972834036790299986L, "zone-index.properties file contents changed!");
assertEquals(hasher.hash().asLong(), -3809591333307967388L, "zone-index.properties file contents changed!");
}

public void assertTimeZoneNotSupported(String zoneId)
Expand Down