Fix tests to cope with updates in tzdata
authorNobuyoshi Nakada <nobu@ruby-lang.org>
Wed, 21 Feb 2018 02:21:10 +0000 (02:21 +0000)
committerAntonio Terceiro <terceiro@debian.org>
Sun, 4 Mar 2018 16:30:49 +0000 (16:30 +0000)
commit5bf5c3b4efdfca3ad50db0569b67eec864b6bf9e
tree53b0afc98cef27562838059de18381a8d29a6775
parente301cea97cf9dc06960d8455405b4c6e3f6549e3
Fix tests to cope with updates in tzdata

Backported-by: Antonio Terceiro <terceiro@debian.org>
See https://bugs.ruby-lang.org/issues/14438

This is a backport of the following two commits from Ruby upstream:

test_time_tz.rb: past Japanese DST tzdata fix

* test/ruby/test_time_tz.rb (TestTimeTZ#test_asia_tokyo): follow
  the tzdata 2018 fix of Japanese DST transitions (1948-1951).
  [ruby-core:85373] [Bug #14438]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e

test_time_tz.rb: past Japanese DST tzdata fix

* test/ruby/test_time_tz.rb (TestTimeTZ#test_asia_tokyo): fix
  the expected data at the end of DST.  [Bug #14438]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e

Gbp-Pq: Name 0005-Fix-tests-to-cope-with-updates-in-tzdata.patch
test/ruby/test_time_tz.rb