[前][次][番号順一覧][スレッド一覧]

ruby-changes:50848

From: nobu <ko1@a...>
Date: Sun, 1 Apr 2018 22:02:18 +0900 (JST)
Subject: [ruby-changes:50848] nobu:r63055 (trunk): test_time_tz.rb: Kiritimati tzdata fix

nobu	2018-04-01 22:02:11 +0900 (Sun, 01 Apr 2018)

  New Revision: 63055

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63055

  Log:
    test_time_tz.rb: Kiritimati tzdata fix
    
    * test/ruby/test_time_tz.rb (gen_zdump_test): fix the expected
      data at the Kiritimati's skip of New Year's Eve 1994.
      [Bug #14655]

  Modified files:
    trunk/test/ruby/test_time_tz.rb
Index: test/ruby/test_time_tz.rb
===================================================================
--- test/ruby/test_time_tz.rb	(revision 63054)
+++ test/ruby/test_time_tz.rb	(revision 63055)
@@ -375,9 +375,18 @@ Europe/London  Sun Aug 10 00:59:59 1947 https://github.com/ruby/ruby/blob/trunk/test/ruby/test_time_tz.rb#L375
 Europe/London  Sun Aug 10 01:00:00 1947 UTC = Sun Aug 10 02:00:00 1947 BST isdst=1 gmtoff=3600
 Europe/London  Sun Nov  2 01:59:59 1947 UTC = Sun Nov  2 02:59:59 1947 BST isdst=1 gmtoff=3600
 Europe/London  Sun Nov  2 02:00:00 1947 UTC = Sun Nov  2 02:00:00 1947 GMT isdst=0 gmtoff=0
+End
+  if CORRECT_KIRITIMATI_SKIP_1994
+    gen_zdump_test <<'End'
+Pacific/Kiritimati  Sat Dec 31 09:59:59 1994 UTC = Fri Dec 30 23:59:59 1994 LINT isdst=0 gmtoff=-36000
+Pacific/Kiritimati  Sat Dec 31 10:00:00 1994 UTC = Sun Jan  1 00:00:00 1995 LINT isdst=0 gmtoff=50400
+End
+  else
+    gen_zdump_test <<'End'
 Pacific/Kiritimati  Sun Jan  1 09:59:59 1995 UTC = Sat Dec 31 23:59:59 1994 LINT isdst=0 gmtoff=-36000
 Pacific/Kiritimati  Sun Jan  1 10:00:00 1995 UTC = Mon Jan  2 00:00:00 1995 LINT isdst=0 gmtoff=50400
 End
+  end
   gen_zdump_test <<'End' if has_right_tz
 right/America/Los_Angeles  Fri Jun 30 23:59:60 1972 UTC = Fri Jun 30 16:59:60 1972 PDT isdst=1 gmtoff=-25200
 right/America/Los_Angeles  Wed Dec 31 23:59:60 2008 UTC = Wed Dec 31 15:59:60 2008 PST isdst=0 gmtoff=-28800

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]