aboutsummaryrefslogtreecommitdiffstats
path: root/test/wsdl/axisArray
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-29 13:22:27 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-29 13:22:27 +0000
commit04b5228aba6e9aaaf3c082cb2aeafa124fcaca3b (patch)
treece69b78b4e739fd0cdf71a86488af67114021a93 /test/wsdl/axisArray
parent0ae750341e380f8bebd589d1348c17586fb03398 (diff)
downloadruby-04b5228aba6e9aaaf3c082cb2aeafa124fcaca3b.tar.gz
* test/*: remove $: trick. [ruby-dev:22763] use test/runner.rb to
run test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/wsdl/axisArray')
-rw-r--r--test/wsdl/axisArray/test_axisarray.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/wsdl/axisArray/test_axisarray.rb b/test/wsdl/axisArray/test_axisarray.rb
index 9c7b42564c..9f220bb48a 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__
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">