about summary refs log tree commit homepage
path: root/test
diff options
context:
space:
mode:
authorIan Ownbey <ian@inspir.es>2009-01-31 14:45:55 -0800
committerIan Ownbey <ian@inspir.es>2009-01-31 14:45:55 -0800
commitfbd8d29a966acea44f19596db5a55382b70b51da (patch)
tree3e31768f59eb84859afb6173b47906e32047a0e0 /test
parent24e821bbf3e581b410d82aeb2203bc6311d5995e (diff)
downloadunicorn-fbd8d29a966acea44f19596db5a55382b70b51da.tar.gz
Diffstat (limited to 'test')
-rw-r--r--test/unit/test_server.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/test_server.rb b/test/unit/test_server.rb
index 2510c3a..a44b927 100644
--- a/test/unit/test_server.rb
+++ b/test/unit/test_server.rb
@@ -30,6 +30,7 @@ class WebServerTest < Test::Unit::TestCase
       # We set max_queued_threads=1 so that we can test the reaping code
       @server = HttpServer.new("127.0.0.1", @port, @app, :max_queued_threads => 1)
     end
+    @server.start!
   end
 
   def teardown