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

ruby-changes:13561

From: nobu <ko1@a...>
Date: Thu, 15 Oct 2009 14:17:15 +0900 (JST)
Subject: [ruby-changes:13561] Ruby:r25342 (ruby_1_8, trunk): * test/iconv/test_option.rb: removed particular implementation

nobu	2009-10-15 14:17:06 +0900 (Thu, 15 Oct 2009)

  New Revision: 25342

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

  Log:
    * test/iconv/test_option.rb: removed particular implementation
      specific tests.

  Modified files:
    branches/ruby_1_8/test/iconv/test_option.rb
    trunk/test/iconv/test_option.rb

Index: test/iconv/test_option.rb
===================================================================
--- test/iconv/test_option.rb	(revision 25341)
+++ test/iconv/test_option.rb	(revision 25342)
@@ -40,4 +40,4 @@
     assert_equal(SJIS_STR, str)
     iconv.close
   end
-end if defined?(TestIconv)
+end if false and defined?(TestIconv)
Index: ruby_1_8/test/iconv/test_option.rb
===================================================================
--- ruby_1_8/test/iconv/test_option.rb	(revision 25341)
+++ ruby_1_8/test/iconv/test_option.rb	(revision 25342)
@@ -28,4 +28,4 @@
     assert_equal(SJIS_STR, str)
     iconv.close
   end
-end if defined?(TestIconv)
+end if false and defined?(TestIconv)

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

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