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

ruby-changes:29755

From: emboss <ko1@a...>
Date: Sat, 6 Jul 2013 07:16:21 +0900 (JST)
Subject: [ruby-changes:29755] emboss:r41807 (trunk): * test/openssl/test_x509crl.rb: Remove unused variable.

emboss	2013-07-06 07:16:09 +0900 (Sat, 06 Jul 2013)

  New Revision: 41807

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

  Log:
    * test/openssl/test_x509crl.rb: Remove unused variable.
      [ruby-core:53501] [Bug #8114]
    
      Thanks, Vipul Amler, for pointing this out!

  Modified files:
    trunk/ChangeLog
    trunk/test/openssl/test_x509crl.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 41806)
+++ ChangeLog	(revision 41807)
@@ -1,3 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sat Jul  6 07:12:39 2013  Martin Bosslet  <Martin.Bosslet@g...>
+
+	* test/openssl/test_x509crl.rb: Remove unused variable.
+	  [ruby-core:53501] [Bug #8114]
+
+	  Thanks, Vipul Amler, for pointing this out!
+
 Sat Jul  6 06:37:10 2013  Martin Bosslet  <Martin.Bosslet@g...>
 
 	* ext/openssl/ossl.c: Provide CRYPTO_set_locking_callback() and
Index: test/openssl/test_x509crl.rb
===================================================================
--- test/openssl/test_x509crl.rb	(revision 41806)
+++ test/openssl/test_x509crl.rb	(revision 41807)
@@ -101,7 +101,6 @@ class OpenSSL::TestX509CRL < Test::Unit: https://github.com/ruby/ruby/blob/trunk/test/openssl/test_x509crl.rb#L101
     assert_equal(false, revoked[3].extensions[0].critical?)
     assert_equal(false, revoked[4].extensions[0].critical?)
 
-    crl = OpenSSL::X509::CRL.new(crl.to_der)
     assert_equal("Key Compromise", revoked[0].extensions[0].value)
     assert_equal("CA Compromise", revoked[1].extensions[0].value)
     assert_equal("Affiliation Changed", revoked[2].extensions[0].value)

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

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