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

Changeset 1738

Show
Ignore:
Timestamp:
10/21/06 00:24:22 (2 years ago)
Author:
nahi
Message:

encoding test fixed

Files:

Legend:

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

    r1726 r1738  
    7474 
    7575  def test_XSDString_NONE 
    76     XSD::Charset.module_eval { @encoding_backup = @encoding; @encoding = "NONE" } 
     76    XSD::Charset.module_eval { @encoding_backup = @internal_encoding; @internal_encoding = "NONE" } 
    7777    begin 
    7878      o = XSD::XSDString.new 
     
    9898      end 
    9999    ensure 
    100       XSD::Charset.module_eval { @encoding = @encoding_backup } 
     100      XSD::Charset.module_eval { @internal_encoding = @encoding_backup } 
    101101    end 
    102102  end