Skip to content
Snippets Groups Projects
Commit 4272c17d authored by BenceJanosSzabo's avatar BenceJanosSzabo
Browse files

another version.h and testcase fix


Change-Id: I2188766f1af509f25e385503a3bc2aab6d42731e
Signed-off-by: default avatarBenceJanosSzabo <bence.janos.szabo@ericsson.com>
parent 7f97c42b
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
* Pandi, Krisztian * Pandi, Krisztian
* Raduly, Csaba * Raduly, Csaba
* Szabados, Kristof * Szabados, Kristof
* Szabo, Bence Janos
* Szabo, Janos Zoltan – initial implementation * Szabo, Janos Zoltan – initial implementation
* Szalai, Gabor * Szalai, Gabor
* *
...@@ -41,6 +42,7 @@ ...@@ -41,6 +42,7 @@
/* A monotonically increasing version number. /* A monotonically increasing version number.
* An official release is deemed to have the highest possible build number (99) * An official release is deemed to have the highest possible build number (99)
* The revisions R1A01, R1A02 ... R1A, R1B01, R1B02 ... R1B
*/ */
#ifdef TTCN3_BUILDNUMBER #ifdef TTCN3_BUILDNUMBER
#define TTCN3_VERSION_MONOTONE TTCN3_VERSION #define TTCN3_VERSION_MONOTONE TTCN3_VERSION
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
* Pandi, Krisztian * Pandi, Krisztian
* Raduly, Csaba * Raduly, Csaba
* Szabados, Kristof * Szabados, Kristof
* Szabo, Bence Janos
* *
******************************************************************************/ ******************************************************************************/
module high_titan_SE { //^In TTCN-3 module `high_titan_SE':$// module high_titan_SE { //^In TTCN-3 module `high_titan_SE':$//
...@@ -25,7 +26,7 @@ with { ...@@ -25,7 +26,7 @@ with {
/* Test needs to be adjusted for every release !!!!!!! */ /* Test needs to be adjusted for every release !!!!!!! */
extension "requiresTITAN CRL 113 200/6 R1A"; /* This one must just pass, the next one must just fail */ extension "requiresTITAN CRL 113 200/6 R1A"; /* This one must just pass, the next one must just fail */
extension "requiresTITAN CRL 113 200/6 R1A01"; //^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 R1B01"; //^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 2, 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