Index: TestSupport.c =================================================================== diff -u -r9d99536cc13313e6d88baf50905707404142c09e -r651e011f3810b8d716a430d66c53068fe5d71594 --- TestSupport.c (.../TestSupport.c) (revision 9d99536cc13313e6d88baf50905707404142c09e) +++ TestSupport.c (.../TestSupport.c) (revision 651e011f3810b8d716a430d66c53068fe5d71594) @@ -228,7 +228,7 @@ { BOOL status = FALSE; - if ( ( TRUE == isTestingActivated() ) && ( TEST_CONFIG_ENABLE_KEY == testConfig[ config ] ) ) + if ( ( TEST_CONFIG_ENABLE_KEY == testConfig[ config ] ) && ( TRUE == isTestingActivated() ) ) { status = TRUE; }