summaryrefslogtreecommitdiff
path: root/test/wsdl/raa/test_raa.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/wsdl/raa/test_raa.rb')
-rw-r--r--test/wsdl/raa/test_raa.rb9
1 files changed, 1 insertions, 8 deletions
diff --git a/test/wsdl/raa/test_raa.rb b/test/wsdl/raa/test_raa.rb
index cf171b373f..0b00042ffb 100644
--- a/test/wsdl/raa/test_raa.rb
+++ b/test/wsdl/raa/test_raa.rb
@@ -26,18 +26,11 @@ class TestRAA < Test::Unit::TestCase
Thread.current.abort_on_exception = true
@server.start
}
- while @server.status != :Running
- sleep 0.1
- unless @t.alive?
- @t.join
- raise
- end
- end
end
def setup_client
wsdl = File.join(DIR, 'raa.wsdl')
- @raa = ::SOAP::WSDLDriverFactory.new(wsdl).create_driver
+ @raa = ::SOAP::WSDLDriverFactory.new(wsdl).create_rpc_driver
@raa.endpoint_url = "http://localhost:#{Port}/"
end