From d059d718b505bacbf7af6e9c473eb95391d481d0 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 21 Aug 2012 04:50:18 +0000 Subject: remove trainling spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36750 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/openssl/test_pkcs7.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/openssl/test_pkcs7.rb') diff --git a/test/openssl/test_pkcs7.rb b/test/openssl/test_pkcs7.rb index b17cbda0b2..4a6692a74c 100644 --- a/test/openssl/test_pkcs7.rb +++ b/test/openssl/test_pkcs7.rb @@ -146,7 +146,7 @@ class OpenSSL::TestPKCS7 < Test::Unit::TestCase assert_equal(3, recip[1].serial) assert_equal(data, p7.decrypt(@rsa1024, @ee2_cert)) end - + def test_graceful_parsing_failure #[ruby-core:43250] contents = File.read(__FILE__) assert_raise(ArgumentError) { OpenSSL::PKCS7.new(contents) } -- cgit v1.2.3