Skip to content

Self test issue: JPP_0253 #108

@HolQue

Description

@HolQue

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

Assignees

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions