Index: TestSupport.h =================================================================== diff -u -r55db7c431bb5b71f0d5688e8b69c2e1164ca970c -r713103e3b5d660ee1fce48949ff8f4637d4e994b --- TestSupport.h (.../TestSupport.h) (revision 55db7c431bb5b71f0d5688e8b69c2e1164ca970c) +++ TestSupport.h (.../TestSupport.h) (revision 713103e3b5d660ee1fce48949ff8f4637d4e994b) @@ -7,8 +7,8 @@ * * @file TestSupport.h * -* @author (last) Michael Garthwaite -* @date (last) 30-Apr-2026 +* @author (last) Sameer Kalliadan Poyil +* @date (last) 16-Jun-2026 * * @author (original) Sean Nash * @date (original) 01-Aug-2024 @@ -54,7 +54,7 @@ TEST_CONFIG_FIRST = TEST_CONFIG_DD_FP_ENABLE_BETA_1_0_HW, ///< Test configuration first configuration. TEST_CONFIG_DD_FP_ENABLE_BETA_1_9_HW, ///< Test configuration for DD & FP to enable Beta 2.0 hardware TEST_CONFIG_DD_DISABLE_BC_PRESSURE_ALARMS, ///< Test configuration DD disabling BC pressure alarms - TEST_CONFIG_DD_DISABLE_DRY_BICARB, ///< Test configuration DD to use dry bicarb + TEST_CONFIG_DD_DISABLE_DRY_BICARB, ///< Test configuration DD to disable dry bicarb TEST_CONFIG_FP_SKIP_PRE_GEN_FLUSH, ///< Test configuration FP skip pre-gen flush TEST_CONFIG_DD_ENABLE_DIENER_2000_PUMP, ///< Test configuration to use diener 2000 pump for D48 TEST_CONFIG_DD_ENABLE_SPENT_CHAMBER_H_FILL, ///< Test configuration DD enable spent chamber H fill @@ -68,6 +68,7 @@ TEST_CONFIG_FP_ENABLE_BOOST_PUMP, ///< Test configuration FP to enable P40 boost pump TEST_CONFIG_FP_ENABLE_DEFEATURE, ///< Test configuration FP to set sub system as defeatured TEST_CONFIG_DD_FP_DISABLE_CONDUCTIVITY_SENSOR_CHECKS, ///< Test configuration to disable conductivity sensor cal checks + TEST_CONFIG_DD_DISABLE_CONDUCTIVE_LEVEL_SENSOR_ERROR, ///< Test configuration to disable conductive level sensor alarm due to low level when using permeate NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif