Index: TestSupport.h =================================================================== diff -u -r05d697ac3a26685b9653b272d02a4ec60866ddcb -rd11a6f0afc7c7580a9b5efe05a6e77d97be7e0ee --- TestSupport.h (.../TestSupport.h) (revision 05d697ac3a26685b9653b272d02a4ec60866ddcb) +++ TestSupport.h (.../TestSupport.h) (revision d11a6f0afc7c7580a9b5efe05a6e77d97be7e0ee) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2024-2025 Diality Inc. - All Rights Reserved. +* Copyright (c) 2024-2026 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file TestSupport.h * -* @author (last) Vinayakam Mani -* @date (last) 16-Sep-2025 +* @author (last) “rkallala” +* @date (last) 14-Jan-2026 * * @author (original) Sean Nash * @date (original) 01-Aug-2024 @@ -52,7 +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_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 NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif