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

ruby-changes:18098

From: naruse <ko1@a...>
Date: Tue, 7 Dec 2010 22:14:29 +0900 (JST)
Subject: [ruby-changes:18098] Ruby:r30119 (trunk): fix typo: not response.attr.data, but response.data.attr.

naruse	2010-12-07 22:12:10 +0900 (Tue, 07 Dec 2010)

  New Revision: 30119

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

  Log:
    fix typo: not response.attr.data, but response.data.attr.

  Modified files:
    trunk/test/net/imap/test_imap_response_parser.rb

Index: test/net/imap/test_imap_response_parser.rb
===================================================================
--- test/net/imap/test_imap_response_parser.rb	(revision 30118)
+++ test/net/imap/test_imap_response_parser.rb	(revision 30119)
@@ -61,7 +61,7 @@
 	response = parser.parse(<<EOF.gsub(/\n/, "\r\n").taint)
 * XLIST (\\Inbox) "." "INBOX"
 EOF
-    assert_equal [:Inbox], response.attr.data
+    assert_equal [:Inbox], response.data.attr
   end
 
 

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

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