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

bugfix for version test


Signed-off-by: default avatarbalaskoa <Jeno.Balasko@ericsson.com>
Change-Id: I70c7b056707dad9d4850fc63e95cc7e553925d95
parent 6b251d83
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ module high_titan_SE { //^In TTCN-3 module `high_titan_SE':$// ...@@ -19,7 +19,7 @@ module high_titan_SE { //^In TTCN-3 module `high_titan_SE':$//
with { with {
extension "requiresTITAN R1A01"; /* surely this can be satisfied, but not the next one */ extension "requiresTITAN R1A01"; /* surely this can be satisfied, but not the next one */
extension "requiresTITAN CRL 113 200/65535 R99Z"; //^error: This module needs to be compiled with TITAN version CRL 113 200/\d+ R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? or higher; version CRL 113 200(\/\d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? detected extension "requiresTITAN CRL 113 200/65535 R99Z"; //^error: This module needs to be compiled with TITAN version CRL 113 200/\d+ R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? or higher; version CRL 113 200(\/\d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? detected
//NEW: extension "requiresTITAN 65535/CAX 105 200 R99Z"; //^error: This module needs to be compiled with TITAN version 7/CAX 105 7730 R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? or higher; version (\d+)\/CAX 105 7730 R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? detected// /* NEW: extension "requiresTITAN 65535/CAX 105 7730 R99Z"; //^error: This module needs to be compiled with TITAN version 7/CAX 105 7730 R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? or higher; version (\d+)\/CAX 105 7730 R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? detected// */
// WARNING! Different regexes, where one is a stricter version of the other, are not allowed // WARNING! Different regexes, where one is a stricter version of the other, are not allowed
// (a limitation of the checker script logic). // (a limitation of the checker script logic).
// So we can't have the above regex check for precisely /R9Z/ and the one below // So we can't have the above regex check for precisely /R9Z/ and the one below
...@@ -27,9 +27,9 @@ with { ...@@ -27,9 +27,9 @@ with {
/* Test needs to be adjusted for every release !!!!!!! */ /* Test needs to be adjusted for every release !!!!!!! */
extension "requiresTITAN CRL 113 200/7 R2A"; /* This one must just pass, the next one must just fail */ extension "requiresTITAN CRL 113 200/7 R2A"; /* This one must just pass, the next one must just fail */
//extension "requiresTITAN 7/CAX 105 7730 R2A"; /* This one must just pass, the next one must just fail */ // extension "requiresTITAN 7/CAX 105 7730 R2A"; /* This one must just pass, the next one must just fail */
extension "requiresTITAN CRL 113 200/7 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/7 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//
//NEW: extension "requiresTITAN 7/CAX 105 7730 R2B01"; //^error: This module needs to be compiled with TITAN version (C[RNA][LX] \d+ \d+\/\d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? or higher; version 7\/(C[RNA][LX] \d+ \d+\/\d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? detected// /* NEW: extension "requiresTITAN 7/CAX 105 7730 R2B01"; //^error: This module needs to be compiled with TITAN version (C[RNA][LX] \d+ \d+\/\d+ )?R\d{1,2}[A-HJ-NS-VX-Z](\d{1,2})? or higher; version 7\/(C[RNA][LX] \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 6, the following will always pass: * Now that Titan is at version 6, the following will always pass:
......
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