Index: TestSupport.c =================================================================== diff -u -rc57cfc34f4691eae24a420bc3fa64bc55ec5c11a -r12dd8518f5276d512eac8aa230a80f3708cb6983 --- TestSupport.c (.../TestSupport.c) (revision c57cfc34f4691eae24a420bc3fa64bc55ec5c11a) +++ TestSupport.c (.../TestSupport.c) (revision 12dd8518f5276d512eac8aa230a80f3708cb6983) @@ -340,10 +340,14 @@ if ( ( TRUE == didTimeout( dialinCheckInTimeStamp, DIALIN_CHECK_IN_TIMEOUT_MS ) ) && ( TRUE == isTestingActivated() ) ) { - // If the user has logged in and the check in from dialin has expired, set the status to true + // If the dialin check in has timed out and tester has logged in check for the expiration value status = TRUE; } + // TODO remove + status = FALSE; + // TODO remove + return status; }