diff options
| author | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-29 13:22:27 +0000 |
|---|---|---|
| committer | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-29 13:22:27 +0000 |
| commit | 0bf1f4de232a7cf8d7aa7107249de7b840a6e112 (patch) | |
| tree | ce69b78b4e739fd0cdf71a86488af67114021a93 /test/wsdl/axisArray/test_axisarray.rb | |
| parent | 47dead756b863b44273345525935c87cb99cf452 (diff) | |
| download | ruby-0bf1f4de232a7cf8d7aa7107249de7b840a6e112.tar.gz ruby-0bf1f4de232a7cf8d7aa7107249de7b840a6e112.tar.xz ruby-0bf1f4de232a7cf8d7aa7107249de7b840a6e112.zip | |
* 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
Diffstat (limited to 'test/wsdl/axisArray/test_axisarray.rb')
| -rw-r--r-- | test/wsdl/axisArray/test_axisarray.rb | 5 |
1 files changed, 1 insertions, 4 deletions
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__ <?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"> |
