Index: TestSupport.h =================================================================== diff -u -rd97faa14ead017b56e57dd5499f1106b83ae063c -rbfc7872b11c41bb0a9e6644e28b3a4e2c1a5dec8 --- TestSupport.h (.../TestSupport.h) (revision d97faa14ead017b56e57dd5499f1106b83ae063c) +++ TestSupport.h (.../TestSupport.h) (revision bfc7872b11c41bb0a9e6644e28b3a4e2c1a5dec8) @@ -7,8 +7,8 @@ * * @file TestSupport.h * -* @author (last) Raghu Kallala -* @date (last) 06-Apr-2026 +* @author (last) Michael Garthwaite +* @date (last) 07-Apr-2026 * * @author (original) Sean Nash * @date (original) 01-Aug-2024 @@ -67,6 +67,7 @@ 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