Commit 061de981 authored by garciay's avatar garciay
Browse files

UpperTester changes

parent 90e9d565
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -611,7 +611,7 @@ module ItsDenm_TpFunctions {
              
              // Test Body
              v_stationId := f_getIutStationId ( );
              f_utChangePseudonym ( m_utChangePseudonym );
              f_utChangePseudonym ( m_utDenmChangePseudonym );
              f_utTriggerEvent ( m_utTriggerEvent ( v_situation) );
              
              tc_ac.start;
@@ -1945,7 +1945,7 @@ module ItsDenm_TpFunctions {
              f_selfOrClientSyncAndVerdictPreamble(c_prDone, e_success);

              // Test Body
              f_utChangePseudonym ( m_utChangePseudonym );
              f_utChangePseudonym ( m_utDenmChangePseudonym );
              
              tc_ac.start;
              alt {
@@ -3981,14 +3981,14 @@ module ItsDenm_TpFunctions {
                    tc_ac.stop;
                    if(v_positionChanged == false) {
                        log("*** " & testcasename() & ": INFO: DENM re-forwarded. Changing position ***");
                        f_utChangePosition(m_utChangePosition(1000, 0));
                        f_utChangePosition(m_utDenmChangePosition(1000, 0));
                        v_positionChanged := true;
                        tc_ac.start;
                        repeat;
                    }
                    else {
                        log("*** " & testcasename() & ": FAIL: DENM was re-forwarded ***");
                        f_utChangePosition(m_utChangePosition(-1000, 0));
                        f_utChangePosition(m_utDenmChangePosition(-1000, 0));
                        f_selfOrClientSyncAndVerdict(c_tbDone, e_error);
                    }
                }
@@ -3999,7 +3999,7 @@ module ItsDenm_TpFunctions {
                    }
                    else {
                        log("*** " & testcasename() & ": PASS: DENM stopped re-forwarding DENM ***");
                        f_utChangePosition(m_utChangePosition(-1000, 0));
                        f_utChangePosition(m_utDenmChangePosition(-1000, 0));
                        f_selfOrClientSyncAndVerdict(c_tbDone, e_success);
                    }
                }