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

ruby-changes:16177

From: usa <ko1@a...>
Date: Thu, 3 Jun 2010 10:18:04 +0900 (JST)
Subject: [ruby-changes:16177] Ruby:r28140 (ruby_1_9_2): * test/openssl/test_config.rb (test_freeze): skip on Windows because Config.new

usa	2010-06-03 10:17:58 +0900 (Thu, 03 Jun 2010)

  New Revision: 28140

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

  Log:
    * test/openssl/test_config.rb (test_freeze): skip on Windows because Config.new
      needs an argument on it.  When the maintainer returns, this test shall be
      corrected.

  Modified files:
    branches/ruby_1_9_2/test/openssl/test_config.rb

Index: ruby_1_9_2/test/openssl/test_config.rb
===================================================================
--- ruby_1_9_2/test/openssl/test_config.rb	(revision 28139)
+++ ruby_1_9_2/test/openssl/test_config.rb	(revision 28140)
@@ -3,6 +3,7 @@
 
 class OpenSSL::TestConfig < Test::Unit::TestCase
   def test_freeze
+    skip "need an argument for OpenSSL::Config.new on Windows" if /mswin|mingw/ =~ RUBY_PLATFORM
     c = OpenSSL::Config.new
     c['foo'] = [['key', 'value']]
     c.freeze

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

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