From 3edd14272a239182d42cfd45eb855a45b0af86c9 Mon Sep 17 00:00:00 2001 From: nahi Date: Fri, 26 Sep 2003 18:08:14 +0000 Subject: * test_soapelement.rb: Illegal require path. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/soap/test_soapelement.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/soap/test_soapelement.rb b/test/soap/test_soapelement.rb index b45ebd9bb..df402c119 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 -- cgit