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

ruby-changes:17257

From: shyouhei <ko1@a...>
Date: Wed, 15 Sep 2010 13:40:46 +0900 (JST)
Subject: [ruby-changes:17257] Ruby:r29258 (trunk): add ChangeLog entry for the previous one.

shyouhei	2010-09-15 13:40:40 +0900 (Wed, 15 Sep 2010)

  New Revision: 29258

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

  Log:
    add ChangeLog entry for the previous one.

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 29257)
+++ ChangeLog	(revision 29258)
@@ -1,3 +1,17 @@
+Wed Sep 15 13:37:00 2010  URABE Shyouhei  <shyouhei@r...>
+
+	* 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.
+
 Wed Sep 15 09:12:03 2010  Nobuyoshi Nakada  <nobu@r...>
 
 	* io.c (rb_io_puts): fix for wide char encoding strings.

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

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