Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Changeset 1617

Show
Ignore:
Timestamp:
09/13/05 13:36:07 (3 years ago)
Author:
nahi
Message:

a test may fail depending OpenSSL version.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/test/soap/ssl/test_ssl.rb

    r1615 r1617  
    186186      assert(false) 
    187187    rescue OpenSSL::SSL::SSLError => ssle 
    188       assert_equal("SSL_CTX_set_cipher_list:: no cipher match", ssle.message) 
     188      # depends on OpenSSL version. (?:0.9.8|0.9.7) 
     189      assert_match(/\A(?:SSL_CTX_set_cipher_list:: no cipher match|no ciphers available)\z/, ssle.message) 
    189190    end 
    190191    #