Skip to content
Snippets Groups Projects
Commit d7090e81 authored by Botond Baranyi's avatar Botond Baranyi
Browse files
parents 395aea10 4272c17d
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@
* Pandi, Krisztian
* Raduly, Csaba
* Szabados, Kristof
* Szabo, Bence Janos
* Szabo, Janos Zoltan – initial implementation
* Szalai, Gabor
*
......@@ -41,6 +42,7 @@
/* A monotonically increasing version number.
* An official release is deemed to have the highest possible build number (99)
* The revisions R1A01, R1A02 ... R1A, R1B01, R1B02 ... R1B
*/
#ifdef TTCN3_BUILDNUMBER
#define TTCN3_VERSION_MONOTONE TTCN3_VERSION
......
......@@ -11,6 +11,7 @@
* Pandi, Krisztian
* Raduly, Csaba
* Szabados, Kristof
* Szabo, Bence Janos
*
******************************************************************************/
module high_titan_SE { //^In TTCN-3 module `high_titan_SE':$//
......@@ -25,7 +26,7 @@ with {
/* 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 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
* 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