summaryrefslogtreecommitdiff
path: root/test/soap/helloworld/test_helloworld.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/soap/helloworld/test_helloworld.rb')
-rw-r--r--test/soap/helloworld/test_helloworld.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/soap/helloworld/test_helloworld.rb b/test/soap/helloworld/test_helloworld.rb
index cd78d9fa0b..40c35b57fb 100644
--- a/test/soap/helloworld/test_helloworld.rb
+++ b/test/soap/helloworld/test_helloworld.rb
@@ -17,13 +17,6 @@ class TestHelloWorld < 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
@endpoint = "http://localhost:#{Port}/"
@client = SOAP::RPC::Driver.new(@endpoint, 'urn:hws')
@client.add_method("hello_world", "from")