Skip to content
Snippets Groups Projects
Commit 4d51f5e3 authored by Adam Knapp's avatar Adam Knapp
Browse files

Expected error message update


Signed-off-by: default avatarAdam Knapp <knappadam5@gmail.com>
parent e9f8c4ba
No related branches found
No related tags found
1 merge request!616Fixing issues of previous pull request
......@@ -7315,7 +7315,7 @@ public class AST_tests {
markersToCheck.add(new MarkerToCheck("Reference to non-existing field `field3' in record template for type `@ASNTypes.ASNSetType'", lineNum, IMarker.SEVERITY_ERROR));
markersToCheck.add(new MarkerToCheck("Duplicate field `field1' in template", ++lineNum, IMarker.SEVERITY_ERROR));
markersToCheck.add(new MarkerToCheck("Field `field1' is already given here", lineNum, IMarker.SEVERITY_ERROR));
markersToCheck.add(new MarkerToCheck("Field `field2' is missing from template for record type `@ASNTypes.ASNSetType'", lineNum, IMarker.SEVERITY_ERROR));
markersToCheck.add(new MarkerToCheck("Field `field2' is missing from template for set type `@ASNTypes.ASNSetType'", lineNum, IMarker.SEVERITY_ERROR));
markersToCheck.add(new MarkerToCheck("INTEGER value was expected", lineNum, IMarker.SEVERITY_ERROR));
markersToCheck.add(new MarkerToCheck("Value list notation is not allowed for set type `@ASNTypes.ASNSetType'", ++lineNum, IMarker.SEVERITY_ERROR));
markersToCheck.add(new MarkerToCheck("General string value was expected", ++lineNum, IMarker.SEVERITY_ERROR));
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