-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
In some test cases of section "(PARAMETER_SUBSTITUTION)-[BADCASE]", e.g. the JPP_0253, some expressions contain
a not existing parameter (${IAMNOTEXISTING}).
Previously in test case JPP_0253 the JsonPreprocessor throws the following exception (like expected):
The variable '${IAMNOTEXISTING}' is not available!'
The latest version of JsonPreprocessor throws this exception instead:
''Could not overwrite parameter VAR-${variant_${list_variant_numbers.str(${list_variant_index})}}_MS-${milestone_${list_milestone_numbers.str(${IAMNOTEXISTING})}}_param due to wrong format.
Please check key 'VAR-${variant_${list_variant_numbers.str(${list_variant_index})}}_MS-${milestone_${list_milestone_numbers.str(${IAMNOTEXISTING})}}_param' in config file!!!''
This makes no sense. This does not help. The previous error message was completely OK and should be restored.
Metadata
Metadata
Labels
Projects
Status
Done