summaryrefslogtreecommitdiff
path: root/test/soap/header/test_authheader_cgi.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/soap/header/test_authheader_cgi.rb')
-rw-r--r--test/soap/header/test_authheader_cgi.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/soap/header/test_authheader_cgi.rb b/test/soap/header/test_authheader_cgi.rb
index 03bd1bb965..d70b022ad8 100644
--- a/test/soap/header/test_authheader_cgi.rb
+++ b/test/soap/header/test_authheader_cgi.rb
@@ -72,13 +72,6 @@ class TestAuthHeaderCGI < 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