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

Changeset 1756

Show
Ignore:
Timestamp:
05/04/07 09:03:26 (2 years ago)
Author:
nahi
Message:
  • cleanups
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/test/wsdl/complexcontent/test_echo.rb

    r1751 r1756  
    3939  def teardown 
    4040    teardown_server 
    41     File.unlink(pathname('complexContent.rb')) unless $DEBUG 
     41    unless $DEBUG 
     42      File.unlink(pathname('complexContent.rb')) 
     43      File.unlink(pathname('complexContentMappingRegistry.rb')) 
     44    end 
    4245    @client.reset_stream if @client 
    4346  end 
  • trunk/test/wsdl/document/array/test_array.rb

    r1751 r1756  
    4141  def teardown 
    4242    teardown_server 
    43     File.unlink(pathname('double.rb')) unless $DEBUG 
     43    unless $DEBUG 
     44      File.unlink(pathname('double.rb')) 
     45      File.unlink(pathname('doubleMappingRegistry.rb')) 
     46    end 
    4447    @client.reset_stream if @client 
    4548  end 
  • trunk/test/wsdl/qualified/test_qualified.rb

    r1755 r1756  
    4040    teardown_server 
    4141    unless $DEBUG 
    42       File.unlink(pathname('default.rb')) if $DEBUG 
    43       File.unlink(pathname('defaultMappingRegistry.rb')) if $DEBUG 
    44       File.unlink(pathname('defaultDriver.rb')) if $DEBUG 
     42      File.unlink(pathname('default.rb')) 
     43      File.unlink(pathname('defaultMappingRegistry.rb')) 
     44      File.unlink(pathname('defaultDriver.rb')) 
    4545    end 
    4646    @client.reset_stream if @client 
  • trunk/test/wsdl/qualified/test_unqualified.rb

    r1755 r1756  
    3939  def teardown 
    4040    teardown_server 
    41     File.unlink(pathname('lp.rb')) unless $DEBUG 
    42     File.unlink(pathname('lpMappingRegistry.rb')) unless $DEBUG 
    43     File.unlink(pathname('lpDriver.rb')) unless $DEBUG 
     41    unless $DEBUG 
     42      File.unlink(pathname('lp.rb')) 
     43      File.unlink(pathname('lpMappingRegistry.rb')) 
     44      File.unlink(pathname('lpDriver.rb')) 
     45    end 
    4446    @client.reset_stream if @client 
    4547  end 
  • trunk/test/wsdl/ref/test_ref.rb

    r1755 r1756  
    147147    end 
    148148    compare("expectedProduct.rb", "product.rb") 
     149    compare("expectedDriver.rb", "productDriver.rb") 
    149150  end 
    150151