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

ruby-changes:22701

From: nobu <ko1@a...>
Date: Wed, 22 Feb 2012 23:27:22 +0900 (JST)
Subject: [ruby-changes:22701] nobu:r34750 (trunk): * test/iconv/test_option.rb: enabled. [Bug #6061]

nobu	2012-02-22 23:27:11 +0900 (Wed, 22 Feb 2012)

  New Revision: 34750

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

  Log:
    * test/iconv/test_option.rb: enabled.  [ruby-core:42802][Bug #6061]

  Modified files:
    trunk/ChangeLog
    trunk/test/iconv/test_option.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 34749)
+++ ChangeLog	(revision 34750)
@@ -1,3 +1,7 @@
+Wed Feb 22 23:27:08 2012  Nobuyoshi Nakada  <nobu@r...>
+
+	* test/iconv/test_option.rb: enabled.  [ruby-core:42802][Bug #6061]
+
 Wed Feb 22 21:45:56 2012  Tanaka Akira  <akr@f...>
 
 	* ext/curses/curses.c: use defined() to suppress a warning.
Index: test/iconv/test_option.rb
===================================================================
--- test/iconv/test_option.rb	(revision 34749)
+++ test/iconv/test_option.rb	(revision 34750)
@@ -40,4 +40,4 @@
     assert_equal(SJIS_STR, str)
     iconv.close
   end
-end if false and defined?(TestIconv)
+end if defined?(TestIconv)

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

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