Skip to content
Snippets Groups Projects
Commit 064072f0 authored by balaskoa's avatar balaskoa
Browse files

Version update CRL 113 200/ R3A in function test


Signed-off-by: default avatarbalaskoa <jeno.balasko@ericsson.com>
parent fa9e2679
No related branches found
No related tags found
No related merge requests found
...@@ -25,11 +25,11 @@ with { ...@@ -25,11 +25,11 @@ with {
// check for the more general /R\d[A-HJ-NS-VX-Z](\d{1,2})?/ // check for the more general /R\d[A-HJ-NS-VX-Z](\d{1,2})?/
/* Test needs to be adjusted for every release !!!!!!! */ /* 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 R3A"; /* 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 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 /* 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 R99A"; /* highest version without the suffix is still only v1 */
extension "requiresTITAN R99AA"; extension "requiresTITAN R99AA";
......
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