Index: TestSupport.h =================================================================== diff -u -ra3a29794c16d373730007e6816ae336465dedaa4 -r59871c9964559b5137781af9c2eeed6bab18ef73 --- TestSupport.h (.../TestSupport.h) (revision a3a29794c16d373730007e6816ae336465dedaa4) +++ TestSupport.h (.../TestSupport.h) (revision 59871c9964559b5137781af9c2eeed6bab18ef73) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2020-2023 Diality Inc. - All Rights Reserved. +* Copyright (c) 2020-2024 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) Dara Navaei -* @date (last) 03-Jun-2023 +* @date (last) 16-Aug-2023 * * @author (original) Sean * @date (original) 11-Feb-2020 @@ -54,6 +54,7 @@ TEST_CONFIG_DISABLE_WET_SELFTEST_DISPLACEMENT_ALARM, ///< Test configuration disable wet self test displacement alarm. TEST_CONFIG_RECOVER_TREATMENT, ///< Test configuration recover treatment. TEST_CONFIG_ENABLE_ONE_MINUTE_TREATMENT, ///< Test configuration enable one minute treatment. + TEST_CONFIG_DISABLE_BLOOD_LEAK_ALARM, ///< Test configuration disable blood leak alarm. NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif