# File test/test_logger.rb, line 597
    def test_AccessLog_format_server_process_id
      assert_equal($$.to_s, Rucy::AccessLog.format('%P', @request, @response, @curr_time))
    end