# File test/test_logger.rb, line 577
    def test_AccessLog_format_remote_address
      assert_equal('192.168.0.2', Rucy::AccessLog.format('%a', @request, @response, @curr_time))
      assert_equal(1, @client_address_call)
    end