1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test_soapelement.rb: Illegal require path.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nahi 2003-09-26 18:08:14 +00:00
parent 98442fdf46
commit 746a4fb43f

View file

@ -1,5 +1,5 @@
require 'test/unit'
require '../lib/soap/baseData'
require 'soap/baseData'
class TestSOAPElement < Test::Unit::TestCase
include SOAP