Index: TestSupport.h =================================================================== diff -u -r55265f4f287acaeaeabad7286f106f2c45d3175d -r2c7809dfe82e2d6ee10f5e2ea01fa58a058c9d17 --- TestSupport.h (.../TestSupport.h) (revision 55265f4f287acaeaeabad7286f106f2c45d3175d) +++ TestSupport.h (.../TestSupport.h) (revision 2c7809dfe82e2d6ee10f5e2ea01fa58a058c9d17) @@ -7,8 +7,8 @@ * * @file TestSupport.h * -* @author (last) Praneeth Bunne -* @date (last) 13-Mar-2026 +* @author (last) Michael Garthwaite +* @date (last) 07-Apr-2026 * * @author (original) Sean Nash * @date (original) 01-Aug-2024 @@ -61,12 +61,13 @@ TEST_CONFIG_DD_DISABLE_CONDUCTIVITY_ALARMS, ///< Test configuration to disable DD conductivity alarms TEST_CONFIG_FP_DISABLE_CONDUCTIVITY_ALARMS, ///< Test configuration to disable FP conductivity alarms TEST_CONFIG_DD_ENABLE_DOSING_OPEN_LOOP_CONTROL, ///< Test configuration to switch to open loop control for concentrate dosing - TEST_CONFIG_DD_ENABLE_UF_TEMP_COMPENSATION, ///< Test configuration for enabling UF temperature compensation + TEST_CONFIG_DD_DISABLE_UF_TEMP_COMPENSATION, ///< Test configuration for disabling UF temperature compensation TEST_CONFIG_DD_DRY_BICART_TEST, ///< Test configuration DD to test initial fill , drain and initial chamber fill in pre-gen TEST_CONFIG_DD_RUN_SOLO, ///< Test configuration to run DD alone without the need of other subsystems TEST_CONFIG_FP_DISABLE_RO_CURRENT_ALARMS, ///< Test configuration to disable RO current alarms. 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 NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif