From 064072f03f13136b221ae4f1faf08a4648d15577 Mon Sep 17 00:00:00 2001 From: balaskoa <jeno.balasko@ericsson.com> Date: Thu, 12 Oct 2017 14:55:59 +0200 Subject: [PATCH] Version update CRL 113 200/ R3A in function test Signed-off-by: balaskoa <jeno.balasko@ericsson.com> --- function_test/Semantic_Analyser/ver/high_titan_SE.ttcn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/function_test/Semantic_Analyser/ver/high_titan_SE.ttcn b/function_test/Semantic_Analyser/ver/high_titan_SE.ttcn index e26116d57..969e17f9d 100644 --- a/function_test/Semantic_Analyser/ver/high_titan_SE.ttcn +++ b/function_test/Semantic_Analyser/ver/high_titan_SE.ttcn @@ -25,11 +25,11 @@ with { // check for the more general /R\d[A-HJ-NS-VX-Z](\d{1,2})?/ /* Test needs to be adjusted for every release !!!!!!! */ - extension "requiresTITAN CRL 113 200/6 R2A"; /* This one must just pass, the next one must just fail */ - extension "requiresTITAN CRL 113 200/6 R2B01"; //^error: This module needs to be compiled with TITAN version (C[RN]L \d+ \d+\/\d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? or higher; version (C[RN]L \d+ \d+\/\d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? detected// + extension "requiresTITAN CRL 113 200/6 R3A"; /* This one must just pass, the next one must just fail */ + extension "requiresTITAN CRL 113 200/6 R3B01"; //^error: This module needs to be compiled with TITAN version (C[RN]L \d+ \d+\/\d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? or higher; version (C[RN]L \d+ \d+\/\d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? detected// /* The old style RnXnn, without the CRL 113 200 and the suffix, implies major version 1 - * Now that Titan is at version 2, the following will always pass: + * Now that Titan is at version 6, the following will always pass: */ extension "requiresTITAN R99A"; /* highest version without the suffix is still only v1 */ extension "requiresTITAN R99AA"; -- GitLab