Index: TestSupport.h =================================================================== diff -u -r877beca68c9c4130d29c026ddb5d02d5735a446e -r140b1f1da9f28b08926a4f1a0ceefa7e5a0759de --- TestSupport.h (.../TestSupport.h) (revision 877beca68c9c4130d29c026ddb5d02d5735a446e) +++ TestSupport.h (.../TestSupport.h) (revision 140b1f1da9f28b08926a4f1a0ceefa7e5a0759de) @@ -8,7 +8,7 @@ * @file TestSupport.h * * @author (last) Dara Navaei -* @date (last) 08-May-2023 +* @date (last) 03-Jun-2023 * * @author (original) Sean * @date (original) 11-Feb-2020 @@ -51,8 +51,9 @@ TEST_CONFIG_EXPEDITE_PRE_TREATMENT, ///< Test configuration expedite pre-treatment. TEST_CONFIG_SKIP_BLOOD_PRIME, ///< Test configuration skip blood prime. TEST_CONFIG_SKIP_DISINFECT_AND_SERVICE_TX_BLOCKERS, ///< Test configuration skip disinfect and service treatment blockers. - TEST_CONFIG_DISABLE_WET_SELFTEST_DISPLACEMENT_CHECK, ///< Test configuration disable wet self test displacement check. + TEST_CONFIG_DISABLE_WET_SELFTEST_DISPLACEMENT_ALARM, ///< Test configuration disable wet self test displacement alarm. TEST_CONFIG_RECOVER_TREATMENT, ///< Test configuration recover treatment. + TEST_CONFIG_ENABLE_ONE_MINUTE_TREATMENT, ///< Test configuration enable one minute treatment. NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif