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

ruby-changes:11512

From: nobu <ko1@a...>
Date: Mon, 6 Apr 2009 10:49:53 +0900 (JST)
Subject: [ruby-changes:11512] Ruby:r23138 (trunk): * test/stringio/test_stringio.rb (test_path): StringIO#path is no

nobu	2009-04-06 10:49:48 +0900 (Mon, 06 Apr 2009)

  New Revision: 23138

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

  Log:
    * test/stringio/test_stringio.rb (test_path): StringIO#path is no
      longer defined.  [ruby-dev:38254]

  Modified files:
    trunk/test/stringio/test_stringio.rb

Index: test/stringio/test_stringio.rb
===================================================================
--- test/stringio/test_stringio.rb	(revision 23137)
+++ test/stringio/test_stringio.rb	(revision 23138)
@@ -118,10 +118,6 @@
     assert_equal(false, StringIO.new("").isatty)
   end
 
-  def test_path
-    assert_equal(nil, StringIO.new("").path)
-  end
-
   def test_fsync
     assert_equal(0, StringIO.new("").fsync)
   end

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

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