Commit 44c22584 authored by stancakapost's avatar stancakapost
Browse files

updates for the second interim release

parent de665f73
Loading
Loading
Loading
Loading
+7 −1
Original line number Original line Diff line number Diff line
@@ -18,6 +18,12 @@ module Pos_050101_namespaces_001 {
   template MyType m_msg := 1;
   template MyType m_msg := 1;





	/**
	 * @desc The timeout given in seconds after which the test case will be stopped.
	 */
    modulepar float PX_TC_EXECUTION_TIMEOUT := 5.0;

    type universal charstring Raw;
    type universal charstring Raw;


    type universal charstring File;
    type universal charstring File;
@@ -75,7 +81,7 @@ module Pos_050101_namespaces_001 {
    }
    }


    control {
    control {
        execute(TC_Pos_050101_namespaces_001(), 5.0);
        execute(TC_Pos_050101_namespaces_001(), PX_TC_EXECUTION_TIMEOUT);
    }
    }




+7 −1
Original line number Original line Diff line number Diff line
@@ -21,6 +21,12 @@ module Pos_050101_namespaces_002 {
   template MyType m_msg := 2;
   template MyType m_msg := 2;





	/**
	 * @desc The timeout given in seconds after which the test case will be stopped.
	 */
    modulepar float PX_TC_EXECUTION_TIMEOUT := 5.0;

    type universal charstring Raw;
    type universal charstring Raw;


    type universal charstring File;
    type universal charstring File;
@@ -78,7 +84,7 @@ module Pos_050101_namespaces_002 {
    }
    }


    control {
    control {
        execute(TC_Pos_050101_namespaces_002(), 5.0);
        execute(TC_Pos_050101_namespaces_002(), PX_TC_EXECUTION_TIMEOUT);
    }
    }




+7 −1
Original line number Original line Diff line number Diff line
@@ -17,6 +17,12 @@ module Pos_050101_namespaces_003 {
   template MyType m_msg := 3;
   template MyType m_msg := 3;





	/**
	 * @desc The timeout given in seconds after which the test case will be stopped.
	 */
    modulepar float PX_TC_EXECUTION_TIMEOUT := 5.0;

    type universal charstring Raw;
    type universal charstring Raw;


    type universal charstring File;
    type universal charstring File;
@@ -74,7 +80,7 @@ module Pos_050101_namespaces_003 {
    }
    }


    control {
    control {
        execute(TC_Pos_050101_namespaces_003(), 5.0);
        execute(TC_Pos_050101_namespaces_003(), PX_TC_EXECUTION_TIMEOUT);
    }
    }




+7 −1
Original line number Original line Diff line number Diff line
@@ -21,6 +21,12 @@ module Pos_050101_namespaces_004 {
   template MyType m_msg := 4;
   template MyType m_msg := 4;





	/**
	 * @desc The timeout given in seconds after which the test case will be stopped.
	 */
    modulepar float PX_TC_EXECUTION_TIMEOUT := 5.0;

    type universal charstring Raw;
    type universal charstring Raw;


    type universal charstring File;
    type universal charstring File;
@@ -78,7 +84,7 @@ module Pos_050101_namespaces_004 {
    }
    }


    control {
    control {
        execute(TC_Pos_050101_namespaces_004(), 5.0);
        execute(TC_Pos_050101_namespaces_004(), PX_TC_EXECUTION_TIMEOUT);
    }
    }




+1 −1
Original line number Original line Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<MyType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">4</MyType>
<MyType xmlns="schema:Pos_050101_namespaces_004">4</MyType>
 No newline at end of file
Loading