# File test/test_logger.rb, line 572
    def test_AccessLog_format_remote_host
      assert_equal('client', Rucy::AccessLog.format('%h', @request, @response, @curr_time))
      assert_equal(1, @client_name_call)
    end