From 0bf1f4de232a7cf8d7aa7107249de7b840a6e112 Mon Sep 17 00:00:00 2001 From: nahi Date: Thu, 29 Jan 2004 13:22:27 +0000 Subject: * test/*: remove $: trick. [ruby-dev:22763] use test/runner.rb to run test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/wsdl/axisArray/test_axisarray.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'test/wsdl/axisArray/test_axisarray.rb') diff --git a/test/wsdl/axisArray/test_axisarray.rb b/test/wsdl/axisArray/test_axisarray.rb index 9c7b42564..9f220bb48 100644 --- a/test/wsdl/axisArray/test_axisarray.rb +++ b/test/wsdl/axisArray/test_axisarray.rb @@ -3,6 +3,7 @@ require 'soap/processor' require 'soap/mapping' require 'soap/rpc/element' require 'wsdl/importer' +require 'itemList.rb' module WSDL @@ -10,10 +11,6 @@ module WSDL class TestAxisArray < Test::Unit::TestCase def setup - dir = File.dirname(File.expand_path(__FILE__)) - $:.push(dir) - require 'itemList.rb' - $:.delete(dir) @xml =<<__EOX__ -- cgit