From 699198af7a83042f7df282370f55aff0bd43b2fb Mon Sep 17 00:00:00 2001 From: Adam Knapp Date: Tue, 5 Apr 2022 13:25:03 +0200 Subject: [PATCH] Fixing expected error message in tests (issue #554) Signed-off-by: Adam Knapp --- function_test/Semantic_Analyser/TTCN3_SA_ttcn3adhoc_TD.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function_test/Semantic_Analyser/TTCN3_SA_ttcn3adhoc_TD.script b/function_test/Semantic_Analyser/TTCN3_SA_ttcn3adhoc_TD.script index 4e2073434..87cc5db5d 100644 --- a/function_test/Semantic_Analyser/TTCN3_SA_ttcn3adhoc_TD.script +++ b/function_test/Semantic_Analyser/TTCN3_SA_ttcn3adhoc_TD.script @@ -7753,7 +7753,7 @@ type record myr5 { } with { encode "RAW" } -(?is)\berror: The union type LENGTHTO field must contain only integer fields +(?is)\berror: The union type LENGTHTO field must contain only integer, bitstring or octetstring fields (?is)\berror: The LENGTHTO field must be an integer, bitstring, octetstring or union type instead of `\@Temp.mylist' -- GitLab