summaryrefslogtreecommitdiff
path: root/test/soap/struct/test_struct.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/soap/struct/test_struct.rb')
-rw-r--r--test/soap/struct/test_struct.rb8
1 files changed, 1 insertions, 7 deletions
diff --git a/test/soap/struct/test_struct.rb b/test/soap/struct/test_struct.rb
index 71ada31676..d92f4bc18a 100644
--- a/test/soap/struct/test_struct.rb
+++ b/test/soap/struct/test_struct.rb
@@ -30,6 +30,7 @@ class TestStruct < Test::Unit::TestCase
def setup_server
@server = Server.new(
:Port => Port,
+ :BindAddress => "0.0.0.0",
:AccessLog => [],
:SOAPDefaultNamespace => Namespace
)
@@ -63,13 +64,6 @@ class TestStruct < 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
t
end