From: Nobuyoshi Nakada <nobu@ruby-lang.org>
Date: Wed, 21 Feb 2018 02:21:10 +0000 Subject: Fix tests to cope with updates in tzdata Backported-by:Antonio Terceiro <terceiro@debian.org> Backported-by:
Santiago R.R. <santiago@riseup.net> 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 --- test/ruby/test_time_tz.rb | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) Origin: debian, e4c663ef Bug-Debian: #889117 Signed-off-by:
Santiago R.R <santiagorr@riseup.net>
Loading
Please register or sign in to comment