-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
ExpressionResolverUnitTestCase does the and then checks the resolution of the expression returns "defaulted":
input.get("defaulted").set(new ValueExpression("${test:default}"));
That's fragile since the commonly used -Dtest=xxxx arg to maven will break it.