# File test/test_logger.rb, line 655
    def test_AccessLog_format_response_status
      assert_equal('200', Rucy::AccessLog.format('%s', @request, @response, @curr_time))
      assert_equal(1, @status_call)
    end