ruby/test/net/imap
yugui 483d85b157 merges r29257 and r29258 from trunk into ruby_1_9_2.
--
	* test/net/imap/test_imap.rb: "localhost" not guaranteed to
	  resolve to "127.0.0.1".  On my machine it is "::1" instead.
	  The problem is, you have to connect to the imaps server via
	  the canonical name written in a server certificate, and that
	  of the server.cert is "localhost".  So you have to listen to
	  the address of what "localhost" resolves to.  I think this
	  situation cannot be resolved in a handy manner because the
	  test "test_imaps_post_connection_check" is actually
	  expecting to connect to a server via an address other than
	  the CN.  On my machine several assertions won't pass because
	  the test cannot connect to the server.
--
add ChangeLog entry for the previous one.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@29910 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-11-24 09:37:06 +00:00
..
cacert.pem * test/net/imap/test_imap.rb: added tests for SSL. 2007-12-22 15:50:43 +00:00
server.crt * test/net/imap/test_imap.rb: added tests for SSL. 2007-12-22 15:50:43 +00:00
server.key * test/net/imap/test_imap.rb: added tests for SSL. 2007-12-22 15:50:43 +00:00
test_imap.rb merges r29257 and r29258 from trunk into ruby_1_9_2. 2010-11-24 09:37:06 +00:00
test_imap_response_parser.rb test/net/imap/test_imap_response_parser.rb: fixed test_resp_text_code. 2010-02-06 14:11:21 +00:00