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

ruby-changes:23161

From: naruse <ko1@a...>
Date: Mon, 2 Apr 2012 06:01:02 +0900 (JST)
Subject: [ruby-changes:23161] naruse:r35211 (trunk): ReRefix the test for r35205.

naruse	2012-04-02 06:00:54 +0900 (Mon, 02 Apr 2012)

  New Revision: 35211

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

  Log:
    ReRefix the test for r35205.

  Modified files:
    trunk/test/net/ftp/test_ftp.rb

Index: test/net/ftp/test_ftp.rb
===================================================================
--- test/net/ftp/test_ftp.rb	(revision 35210)
+++ test/net/ftp/test_ftp.rb	(revision 35211)
@@ -556,7 +556,6 @@
       commands.push(sock.gets)
       sock.print("200 Switching to Binary mode.\r\n")
       commands.push(sock.recv(1024))
-      sock.print("211-FTP server status:\r\n")
       sock.print("211 End of status\r\n")
     }
     begin

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

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