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

Changeset 1039

Show
Ignore:
Timestamp:
11/13/03 23:47:23 (5 years ago)
Author:
nahi
Message:

Illegal path of wsdl2ruby.rb.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/test/wsdl/marshal/test_wsdlmarshal.rb

    r997 r1039  
    4444class TestWSDLMarshal < Test::Unit::TestCase 
    4545  def pathname(filename) 
    46     File.join(File.dirname(__FILE__), filename) 
     46    File.join(File.dirname(File.expand_path(__FILE__)), filename) 
    4747  end 
    4848 
     
    5858  def test_classdef 
    5959    raise if File.exist?("Person.rb") 
    60     system("ruby #{pathname("../../bin/wsdl2ruby.rb")} --classdef --wsdl #{pathname("person.wsdl")} --force") 
     60    system("ruby #{pathname("../../../bin/wsdl2ruby.rb")} --classdef --wsdl #{pathname("person.wsdl")} --force") 
    6161    person_org = File.open(pathname("person_org.rb")).read 
    6262    person_new = File.open("Person.rb").read