Loading ttcn/LibCommon_Sync.ttcn +7 −7 Original line number Diff line number Diff line Loading @@ -374,7 +374,7 @@ module LibCommon_Sync { * @see LibCommon_VerdictControl.f_setVerdict */ function f_selfOrClientSyncAndVerdict( in charstring p_syncPoint, in FncRetCode p_ret, in charstring p_logMessage := "" ) in FncRetCode p_ret) runs on SelfSyncComp { if ( self == mtc ) { // then assume we are running non-conurrent test case Loading Loading @@ -403,7 +403,7 @@ module LibCommon_Sync { * @see LibCommon_VerdictControl.f_setVerdictPreamble */ function f_selfOrClientSyncAndVerdictPreamble( in charstring p_syncPoint, in FncRetCode p_ret, in charstring p_logMessage := "") in FncRetCode p_ret) runs on SelfSyncComp { if ( self == mtc ) { // then assume we are running non-conurrent test case Loading Loading @@ -432,7 +432,7 @@ module LibCommon_Sync { * @see LibCommon_VerdictControl.f_setVerdictPreamble */ function f_selfOrClientSyncAndVerdictTestBody( in charstring p_syncPoint, in FncRetCode p_ret, in charstring p_logMessage := "") in FncRetCode p_ret) runs on SelfSyncComp { if ( self == mtc ) { // then assume we are running non-conurrent test case Loading Loading @@ -854,7 +854,7 @@ module LibCommon_Sync { * @see LibCommon_Sync.f_selfOrClientSyncAndVerdict */ function f_clientSyncAndVerdict(in charstring p_syncId, in FncRetCode p_ret, in charstring p_logMessage := "" ) in FncRetCode p_ret) runs on ClientSyncComp { if(vc_testcaseStep == e_preamble) { f_clientSyncAndVerdictPreamble(p_syncId, p_ret); Loading Loading @@ -882,7 +882,7 @@ module LibCommon_Sync { * @param p_ret Current behavior execution status */ function f_clientSyncAndVerdictPreamble(in charstring p_syncId , FncRetCode p_ret, in charstring p_logMessage := "" ) FncRetCode p_ret) runs on ClientSyncComp { f_setVerdictPreamble(p_ret); f_clientSync(p_syncId,p_ret); Loading @@ -907,7 +907,7 @@ module LibCommon_Sync { * @see LibCommon_Sync.f_selfOrClientSyncAndVerdict */ function f_clientSyncAndVerdictTestBody(in charstring p_syncId, in FncRetCode p_ret, in charstring p_logMessage := "" ) in FncRetCode p_ret) runs on ClientSyncComp { f_setVerdict(p_ret); f_clientSync(p_syncId,p_ret); Loading @@ -930,7 +930,7 @@ module LibCommon_Sync { * @param p_ret Current behavior execution status */ function f_clientSyncAndVerdictPostamble(in charstring p_syncId , in FncRetCode p_ret, in charstring p_logMessage := "" ) in FncRetCode p_ret) runs on ClientSyncComp { f_setVerdictPostamble(p_ret); f_clientSync(p_syncId,p_ret); Loading Loading
ttcn/LibCommon_Sync.ttcn +7 −7 Original line number Diff line number Diff line Loading @@ -374,7 +374,7 @@ module LibCommon_Sync { * @see LibCommon_VerdictControl.f_setVerdict */ function f_selfOrClientSyncAndVerdict( in charstring p_syncPoint, in FncRetCode p_ret, in charstring p_logMessage := "" ) in FncRetCode p_ret) runs on SelfSyncComp { if ( self == mtc ) { // then assume we are running non-conurrent test case Loading Loading @@ -403,7 +403,7 @@ module LibCommon_Sync { * @see LibCommon_VerdictControl.f_setVerdictPreamble */ function f_selfOrClientSyncAndVerdictPreamble( in charstring p_syncPoint, in FncRetCode p_ret, in charstring p_logMessage := "") in FncRetCode p_ret) runs on SelfSyncComp { if ( self == mtc ) { // then assume we are running non-conurrent test case Loading Loading @@ -432,7 +432,7 @@ module LibCommon_Sync { * @see LibCommon_VerdictControl.f_setVerdictPreamble */ function f_selfOrClientSyncAndVerdictTestBody( in charstring p_syncPoint, in FncRetCode p_ret, in charstring p_logMessage := "") in FncRetCode p_ret) runs on SelfSyncComp { if ( self == mtc ) { // then assume we are running non-conurrent test case Loading Loading @@ -854,7 +854,7 @@ module LibCommon_Sync { * @see LibCommon_Sync.f_selfOrClientSyncAndVerdict */ function f_clientSyncAndVerdict(in charstring p_syncId, in FncRetCode p_ret, in charstring p_logMessage := "" ) in FncRetCode p_ret) runs on ClientSyncComp { if(vc_testcaseStep == e_preamble) { f_clientSyncAndVerdictPreamble(p_syncId, p_ret); Loading Loading @@ -882,7 +882,7 @@ module LibCommon_Sync { * @param p_ret Current behavior execution status */ function f_clientSyncAndVerdictPreamble(in charstring p_syncId , FncRetCode p_ret, in charstring p_logMessage := "" ) FncRetCode p_ret) runs on ClientSyncComp { f_setVerdictPreamble(p_ret); f_clientSync(p_syncId,p_ret); Loading @@ -907,7 +907,7 @@ module LibCommon_Sync { * @see LibCommon_Sync.f_selfOrClientSyncAndVerdict */ function f_clientSyncAndVerdictTestBody(in charstring p_syncId, in FncRetCode p_ret, in charstring p_logMessage := "" ) in FncRetCode p_ret) runs on ClientSyncComp { f_setVerdict(p_ret); f_clientSync(p_syncId,p_ret); Loading @@ -930,7 +930,7 @@ module LibCommon_Sync { * @param p_ret Current behavior execution status */ function f_clientSyncAndVerdictPostamble(in charstring p_syncId , in FncRetCode p_ret, in charstring p_logMessage := "" ) in FncRetCode p_ret) runs on ClientSyncComp { f_setVerdictPostamble(p_ret); f_clientSync(p_syncId,p_ret); Loading