Index: TestSupport.c =================================================================== diff -u -r2cee3073ca8ba8d7023bc15dc42bd4959ff91e12 -r57be34611399b5080a5a98bee4f2eb3b7ba452f7 --- TestSupport.c (.../TestSupport.c) (revision 2cee3073ca8ba8d7023bc15dc42bd4959ff91e12) +++ TestSupport.c (.../TestSupport.c) (revision 57be34611399b5080a5a98bee4f2eb3b7ba452f7) @@ -214,7 +214,7 @@ TEST_OVERRIDE_PAYLOAD_T payload; OVERRIDE_TYPE_T ovType = getOverridePayloadFromMessage( message, &payload ); - // Verify tester has logged in with TD and override type is valid + // Verify tester has logged in with f/w and override type is valid if ( ( TRUE == isTestingActivated() ) && ( ovType != OVERRIDE_INVALID ) && ( ovType < NUM_OF_OVERRIDE_TYPES ) ) { result = TRUE; @@ -254,7 +254,7 @@ TEST_OVERRIDE_PAYLOAD_T payload; OVERRIDE_TYPE_T ovType = getOverridePayloadFromMessage( message, &payload ); - // Verify tester has logged in with TD and override type is valid + // Verify tester has logged in with f/w and override type is valid if ( ( TRUE == isTestingActivated() ) && ( ovType != OVERRIDE_INVALID ) && ( ovType < NUM_OF_OVERRIDE_TYPES ) ) { if ( OVERRIDE_OVERRIDE == ovType ) @@ -297,7 +297,7 @@ TEST_OVERRIDE_PAYLOAD_T payload; OVERRIDE_TYPE_T ovType = getOverridePayloadFromMessage( message, &payload ); - // Verify tester has logged in with TD and override type is valid + // Verify tester has logged in with f/w and override type is valid if ( ( TRUE == isTestingActivated() ) && ( ovType != OVERRIDE_INVALID ) && ( ovType < NUM_OF_OVERRIDE_TYPES ) ) { result = TRUE; @@ -338,7 +338,7 @@ TEST_OVERRIDE_ARRAY_PAYLOAD_T payload; OVERRIDE_TYPE_T ovType = getOverrideArrayPayloadFromMessage( message, &payload ); - // Verify tester has logged in with TD and override type is valid + // Verify tester has logged in with f/w and override type is valid if ( ( TRUE == isTestingActivated() ) && ( ovType != OVERRIDE_INVALID ) && ( ovType < NUM_OF_OVERRIDE_TYPES ) ) { U32 index = payload.index; @@ -389,7 +389,7 @@ TEST_OVERRIDE_ARRAY_PAYLOAD_T payload; OVERRIDE_TYPE_T ovType = getOverrideArrayPayloadFromMessage( message, &payload ); - // Verify tester has logged in with TD and override type is valid + // Verify tester has logged in with f/w and override type is valid if ( ( TRUE == isTestingActivated() ) && ( ovType != OVERRIDE_INVALID ) && ( ovType < NUM_OF_OVERRIDE_TYPES ) ) { U32 index = payload.index;