Uploaded image for project: 'Ranger'
  1. Ranger
  2. RANGER-4000

unit test failure in JDK17

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0, 2.4.0
    • plugins
    • None

    Description

      Following expression in test_policyengine_geo.json fails with JDK17 (script engine from org.graalvm.js):

      (!!country_code_format_long && !!country_code_format_dot && (country_code_format_long == country_code_format_dot))

       

      This expression should be updated with:

      (country_code_format_long != null && country_code_format_dot != null && (country_code_format_long == country_code_format_dot)) 

      Attachments

        1. RANGER-4000.patch
          2 kB
          Madhan Neethiraj

        Activity

          People

            madhan Madhan Neethiraj
            madhan Madhan Neethiraj
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: