Index: TestSupport.h =================================================================== diff -u -r0852fad5326ec9a389304d2e337efd5201de1237 -rd83e9957e30f7a10eff5b0eb94efb18567e3bbc4 --- TestSupport.h (.../TestSupport.h) (revision 0852fad5326ec9a389304d2e337efd5201de1237) +++ TestSupport.h (.../TestSupport.h) (revision d83e9957e30f7a10eff5b0eb94efb18567e3bbc4) @@ -7,8 +7,8 @@ * * @file TestSupport.h * -* @author (last) Dara Navaei -* @date (last) 29-Dec-2025 +* @author (last) Varshini Nagabooshanam +* @date (last) 19-Jan-2026 * * @author (original) Sean Nash * @date (original) 01-Aug-2024 @@ -52,8 +52,9 @@ { TEST_CONFIG_DISABLE_BC_PRESSURE_ALARMS = 0, ///< Test configuration disabling BC pressure alarms TEST_CONFIG_FIRST = TEST_CONFIG_DISABLE_BC_PRESSURE_ALARMS, ///< Test configuration first configuration. + TEST_CONFIG_ENABLE_DRY_BICART_FILL, ///< Test configuration disabling Dry Bicart fill check TEST_CONFIG_ENABLE_4WIRE_RINSE_PUMP, ///< Test configuration enable 4-wire rinse pump. - TEST_CONFIG_SKIP_FILTERS_FLUSH, ///< Test configuration to skip filter flush + TEST_CONFIG_SKIP_PRE_GEN_FLUSH, ///< Test configuration to skip pre-gen flush NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif @@ -62,8 +63,9 @@ /// TD test software configurations typedef enum test_Config { - TEST_CONFIG_FIRST = 0, ///< Test configuration first configuration. - NUM_OF_TEST_CONFIGS ///< Number of test configuration. + TEST_CONFIG_SKIP_BLOOD_PRIME = 0, ///< Test configuration skip blood prime. + TEST_CONFIG_FIRST = TEST_CONFIG_SKIP_BLOOD_PRIME, ///< Test configuration first configuration. + NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif