summaryrefslogtreecommitdiff
path: root/test/soap
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-26 18:08:14 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-26 18:08:14 +0000
commit746a4fb43fcc14dcdac95a1c2c26bb3fba55b345 (patch)
treefcfd74b4dd8e27a96885cb7a33a7c49fbe5d1ce2 /test/soap
parent98442fdf46051a9e0cf619676c2b0d724b763cc5 (diff)
* test_soapelement.rb: Illegal require path.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/soap')
-rw-r--r--test/soap/test_soapelement.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/soap/test_soapelement.rb b/test/soap/test_soapelement.rb
index b45ebd9bb0..df402c1199 100644
--- a/test/soap/test_soapelement.rb
+++ b/test/soap/test_soapelement.rb
@@ -1,5 +1,5 @@
require 'test/unit'
-require '../lib/soap/baseData'
+require 'soap/baseData'
class TestSOAPElement < Test::Unit::TestCase
include SOAP