# File test/test_logger.rb, line 582 def test_AccessLog_format_server_name assert_equal('server:80', Rucy::AccessLog.format('%v', @request, @response, @curr_time)) assert_equal(1, @host_call) end