summaryrefslogtreecommitdiff
path: root/test/soap/swa/test_file.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/soap/swa/test_file.rb')
-rw-r--r--test/soap/swa/test_file.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/soap/swa/test_file.rb b/test/soap/swa/test_file.rb
index 29bdf88a3b..8389d8826c 100644
--- a/test/soap/swa/test_file.rb
+++ b/test/soap/swa/test_file.rb
@@ -33,13 +33,6 @@ class TestFile < 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}/"
@client = SOAP::RPC::Driver.new(@endpoint, 'http://www.acmetron.com/soap')
@client.add_method('get_file')