Skip to content
Snippets Groups Projects
Commit f60837d3 authored by juanf's avatar juanf
Browse files

SSDM-9409 : Updating Jython to get JDK11 working

parent 29aaaf74
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ public class JythonManagedPropertyEvaluatorTest extends AssertJUnit
fail("EvaluatorException expected");
} catch (EvaluatorException ex)
{
assertEquals("SyntaxError: (\"no viable alternative at input '='\", "
assertEquals("SyntaxError: (\"no viable alternative at input '\\\\n\\\\n'\", "
+ "('<string>', 1, 2, 'a =\\n'))", ex.getMessage());
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment