Index: TestSupport.h =================================================================== diff -u -r3cb542fd73b69734b8a054bc9c56bd48af298e92 -raf6f0c0929b48509ea07de805c51768fd96067b3 --- TestSupport.h (.../TestSupport.h) (revision 3cb542fd73b69734b8a054bc9c56bd48af298e92) +++ TestSupport.h (.../TestSupport.h) (revision af6f0c0929b48509ea07de805c51768fd96067b3) @@ -7,8 +7,8 @@ * * @file TestSupport.h * -* @author (last) Michael Garthwaite -* @date (last) 02-Mar-2026 +* @author (last) Praneeth Bunne +* @date (last) 13-Mar-2026 * * @author (original) Sean Nash * @date (original) 01-Aug-2024 @@ -56,7 +56,7 @@ TEST_CONFIG_DD_DISABLE_BC_PRESSURE_ALARMS, ///< Test configuration DD disabling BC pressure alarms TEST_CONFIG_DD_ENABLE_DRY_BICARB, ///< Test configuration DD to use dry bicarb TEST_CONFIG_FP_SKIP_PRE_GEN_FLUSH, ///< Test configuration FP skip pre-gen flush - TEST_CONFIG_DD_ENABLE_DIENER_1000_PUMP, ///< Test configuration to use diener 1000 pump for D48 + 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 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 @@ -76,6 +76,7 @@ TEST_CONFIG_ENABLE_BETA_1_HW = 0, ///< Test configuration to enable Beta 1.0 hardware. TEST_CONFIG_FIRST = TEST_CONFIG_ENABLE_BETA_1_HW, ///< Test configuration first configuration. TEST_CONFIG_SKIP_BLOOD_PRIME, ///< Test configuration skip blood prime + TEST_CONFIG_TESTING_WITHOUT_TUBING_SET, ///< Test configuration for testing without tubing set. NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif