aboutsummaryrefslogtreecommitdiffstats
path: root/test/soap/calc/test_calc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/soap/calc/test_calc.rb')
-rw-r--r--test/soap/calc/test_calc.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/soap/calc/test_calc.rb b/test/soap/calc/test_calc.rb
index 4210c65772..88738716a6 100644
--- a/test/soap/calc/test_calc.rb
+++ b/test/soap/calc/test_calc.rb
@@ -16,13 +16,6 @@ class TestCalc < Test::Unit::TestCase
@t = Thread.new {
@server.start
}
- while @server.status != :Running
- sleep 0.1
- unless @t.alive?
- @t.join
- raise
- end
- end
@endpoint = "http://localhost:#{Port}/"
@calc = SOAP::RPC::Driver.new(@endpoint, 'http://tempuri.org/calcService')
@calc.add_method('add', 'lhs', 'rhs')