Commit c4fac440 authored by berge's avatar berge
Browse files

Fixed a_default (no more fail on unexpected message)

parent 20c17351
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -1052,8 +1052,8 @@ module LibItsGeoNetworking_Functions {
                repeat;
                repeat;
            }
            }
            [] geoNetworkingPort.receive {
            [] geoNetworkingPort.receive {
                log("*** a_default: ERROR: Received an unexpected message ***");
                log("*** a_default: WARNING: Received an unexpected message ***");
                f_selfOrClientSyncAndVerdict("error", e_error);
                repeat;
            }
            }
            [] tc_wait.timeout {
            [] tc_wait.timeout {
                log("*** a_default: ERROR: Timeout while awaiting reaction of the IUT prior to Upper Tester action ***");
                log("*** a_default: ERROR: Timeout while awaiting reaction of the IUT prior to Upper Tester action ***");