From 746a4fb43fcc14dcdac95a1c2c26bb3fba55b345 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@4607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/soap/test_soapelement.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/soap') 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 -- cgit v1.2.3