Index: TestSupport.c =================================================================== diff -u -rc57cfc34f4691eae24a420bc3fa64bc55ec5c11a -r17a0b1f2e07c7b5d4c0b15b6db45a040396c2b7e --- TestSupport.c (.../TestSupport.c) (revision c57cfc34f4691eae24a420bc3fa64bc55ec5c11a) +++ TestSupport.c (.../TestSupport.c) (revision 17a0b1f2e07c7b5d4c0b15b6db45a040396c2b7e) @@ -338,9 +338,9 @@ { BOOL status = FALSE; - if ( ( TRUE == didTimeout( dialinCheckInTimeStamp, DIALIN_CHECK_IN_TIMEOUT_MS ) ) && ( TRUE == isTestingActivated() ) ) + if ( ( TRUE == didTimeout( dialinCheckInTimeStamp, DIALIN_CHECK_IN_TIMEOUT_MS ) ) || ( FALSE == isTestingActivated() ) ) { - // If the user has logged in and the check in from dialin has expired, set the status to true + // If the user has not logged in or the dialin checkin has timed out, set the expiration to TRUE status = TRUE; }