Index: TestSupport.h =================================================================== diff -u -raff4ae08353c54061b53993be4cb4c9244d08fdc -r7cabffdb58074a9e549ba05706c7dd17800f7739 --- TestSupport.h (.../TestSupport.h) (revision aff4ae08353c54061b53993be4cb4c9244d08fdc) +++ TestSupport.h (.../TestSupport.h) (revision 7cabffdb58074a9e549ba05706c7dd17800f7739) @@ -7,8 +7,8 @@ * * @file TestSupport.h * -* @author (last) Varshini Nagabooshanam -* @date (last) 19-Jan-2026 +* @author (last) “rkallala” +* @date (last) 20-Jan-2026 * * @author (original) Sean Nash * @date (original) 01-Aug-2024 @@ -54,7 +54,7 @@ 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