Commit c10463b7 authored by berge's avatar berge
Browse files

Added missing receive statement in UT default

parent 915e5cb3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -89,6 +89,9 @@ module LibItsCam_Functions {
                [] utPort.receive(UtChangePositionResult:?) {
                    tc_wait.stop;
                }
                [] utPort.receive {
                    tc_wait.stop;
                }
                [] tc_wait.timeout {
	                log("*** " & testcasename() & ": INFO: Could not receive expected UT message from IUT in time ***");
	                f_selfOrClientSyncAndVerdict("error", e_timeout);