# File test/test_control.rb, line 511 def test_server_restart build_control server_setup assert_equal(0, @restart_call) @control.server_restart @restart_signal.wait assert_equal(1, @restart_call) end