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

ruby-changes:33743

From: akr <ko1@a...>
Date: Mon, 5 May 2014 16:33:27 +0900 (JST)
Subject: [ruby-changes:33743] akr:r45824 (trunk): add a comment.

akr	2014-05-05 16:33:14 +0900 (Mon, 05 May 2014)

  New Revision: 45824

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45824

  Log:
    add a comment.

  Modified files:
    trunk/test/test_time.rb
Index: test/test_time.rb
===================================================================
--- test/test_time.rb	(revision 45823)
+++ test/test_time.rb	(revision 45824)
@@ -425,7 +425,7 @@ class TestTimeExtension < Test::Unit::Te https://github.com/ruby/ruby/blob/trunk/test/test_time.rb#L425
 
   def test_strptime_empty
     assert_raise(ArgumentError) { Time.strptime('', '') }
-    assert_raise(ArgumentError) { Time.strptime('+09:00', '%z') }
+    assert_raise(ArgumentError) { Time.strptime('+09:00', '%z') } # [ruby-core:62351] by matz.
   end
 
   def test_strptime_s_z

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

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