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

ruby-changes:21101

From: naruse <ko1@a...>
Date: Thu, 1 Sep 2011 09:26:01 +0900 (JST)
Subject: [ruby-changes:21101] naruse:r33150 (ruby_1_9_3): merge revision(s) 33148:

naruse	2011-09-01 09:25:52 +0900 (Thu, 01 Sep 2011)

  New Revision: 33150

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

  Log:
    merge revision(s) 33148:
    ------------------------------------------------------------------------
    r33148 | naruse | 2011-09-01 09:23:20 +0900 (Thu, 01 Sep 2011) | 1 line
    
    Remove tests of json/add/{complex, rational}.
    ------------------------------------------------------------------------

  Modified files:
    branches/ruby_1_9_3/test/json/test_json_addition.rb
    branches/ruby_1_9_3/version.h

Index: ruby_1_9_3/version.h
===================================================================
--- ruby_1_9_3/version.h	(revision 33149)
+++ ruby_1_9_3/version.h	(revision 33150)
@@ -1,10 +1,10 @@
 #define RUBY_VERSION "1.9.3"
 #define RUBY_PATCHLEVEL -1
 
-#define RUBY_RELEASE_DATE "2011-08-31"
+#define RUBY_RELEASE_DATE "2011-09-01"
 #define RUBY_RELEASE_YEAR 2011
-#define RUBY_RELEASE_MONTH 8
-#define RUBY_RELEASE_DAY 31
+#define RUBY_RELEASE_MONTH 9
+#define RUBY_RELEASE_DAY 1
 
 #include "ruby/version.h"
 
Index: ruby_1_9_3/test/json/test_json_addition.rb
===================================================================
--- ruby_1_9_3/test/json/test_json_addition.rb	(revision 33149)
+++ ruby_1_9_3/test/json/test_json_addition.rb	(revision 33150)
@@ -164,9 +164,4 @@
     d = DateTime.civil(2008, 6, 17, 11, 48, 32, Rational(12,24))
     assert_equal d, JSON.parse(d.to_json)
   end
-
-  def test_rational_complex
-    assert_equal Rational(2, 9), JSON(JSON(Rational(2, 9)))
-    assert_equal Complex(2, 9), JSON(JSON(Complex(2, 9)))
-  end
 end

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

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