# File test/test_logger.rb, line 592
    def test_AccessLog_format_server_port
      assert_equal('80', Rucy::AccessLog.format('%p', @request, @response, @curr_time))
      assert_equal(1, @server_port_call)
    end