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

ruby-changes:16928

From: akr <ko1@a...>
Date: Sun, 8 Aug 2010 20:42:08 +0900 (JST)
Subject: [ruby-changes:16928] Ruby:r28924 (trunk): fix a test name.

akr	2010-08-08 20:41:15 +0900 (Sun, 08 Aug 2010)

  New Revision: 28924

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

  Log:
    fix a test name.

  Modified files:
    trunk/test/pathname/test_pathname.rb

Index: test/pathname/test_pathname.rb
===================================================================
--- test/pathname/test_pathname.rb	(revision 28923)
+++ test/pathname/test_pathname.rb	(revision 28924)
@@ -807,7 +807,7 @@
     }
   end
 
-  def test_link
+  def test_make_link
     with_tmpchdir('rubytest-pathname') {|dir|
       open("a", "w") {|f| f.write "abc" }
       Pathname("l").make_link(Pathname("a"))

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

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