1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/net/imap/test_imap_response_parser.rb: removed needless code.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2014-08-29 08:57:06 +00:00
parent f587cf7906
commit 7df9a77da1
2 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,7 @@
Fri Aug 29 17:56:44 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* test/net/imap/test_imap_response_parser.rb: removed needless code.
Fri Aug 29 17:36:58 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
* test/rinda/test_rinda.rb: removed useless assignment variables.

View file

@ -111,10 +111,6 @@ EOF
* 1 FETCH (UID 92285 )
EOF
assert_equal 92285, response.data.attr["UID"]
response = parser.parse(<<EOF.gsub(/\n/, "\r\n").taint)
* 1 FETCH (UID 92285 )
EOF
end
def test_msg_att_parse_error