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

ruby-changes:18835

From: nobu <ko1@a...>
Date: Sun, 13 Feb 2011 09:56:57 +0900 (JST)
Subject: [ruby-changes:18835] Ruby:r30860 (trunk): * test/io/nonblock/test_flush.rb (TestIONonblock#flush_test):

nobu	2011-02-13 09:56:48 +0900 (Sun, 13 Feb 2011)

  New Revision: 30860

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

  Log:
    * test/io/nonblock/test_flush.rb (TestIONonblock#flush_test):
     return true to finish the test.

  Modified files:
    trunk/ChangeLog
    trunk/test/io/nonblock/test_flush.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 30859)
+++ ChangeLog	(revision 30860)
@@ -1,5 +1,8 @@
-Sun Feb 13 09:56:36 2011  Nobuyoshi Nakada  <nobu@r...>
+Sun Feb 13 09:56:40 2011  Nobuyoshi Nakada  <nobu@r...>
 
+	* test/io/nonblock/test_flush.rb (TestIONonblock#flush_test):
+	 return true to finish the test.
+
 	* test/syck/test_string.rb (Syck::TestString#test_non_binary_string):
 	 use assert_not instead of refute, unless required minitest
 	 directly.
Index: test/io/nonblock/test_flush.rb
===================================================================
--- test/io/nonblock/test_flush.rb	(revision 30859)
+++ test/io/nonblock/test_flush.rb	(revision 30860)
@@ -41,5 +41,6 @@
       assert_nothing_raised {t.join}
     }
     assert_equal(4097, result.size)
+    true
   end
 end if IO.method_defined?(:nonblock)

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

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