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

Changeset 1128

Show
Ignore:
Timestamp:
12/23/03 22:00:00 (5 years ago)
Author:
nahi
Message:

rexml cannot handle euc-jp without iconv/uconv.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/test/xsd/test_noencoding.rb

    r1127 r1128  
    1414    begin 
    1515      xml = WSDL::XMLSchema::Parser.new.parse(File.open(@file) { |f| f.read }) 
     16    rescue RuntimeError 
     17      if XSD::XMLParser.const_defined?("REXMLParser") 
     18        STDERR.puts("rexml cannot handle euc-jp without iconv/uconv.") 
     19        return 
     20      end 
     21      raise 
    1622    rescue Errno::EINVAL 
    1723      # unsupported encoding