Index: TestSupport.h =================================================================== diff -u -raa660f04dfcbe8afb7ef3b1e9ce5b8ba2c116cd8 -r713103e3b5d660ee1fce48949ff8f4637d4e994b --- TestSupport.h (.../TestSupport.h) (revision aa660f04dfcbe8afb7ef3b1e9ce5b8ba2c116cd8) +++ TestSupport.h (.../TestSupport.h) (revision 713103e3b5d660ee1fce48949ff8f4637d4e994b) @@ -62,7 +62,7 @@ TEST_CONFIG_FP_DISABLE_CONDUCTIVITY_ALARMS, ///< Test configuration to disable FP conductivity alarms TEST_CONFIG_DD_ENABLE_DOSING_OPEN_LOOP_CONTROL, ///< Test configuration to switch to open loop control for concentrate dosing TEST_CONFIG_DD_DISABLE_UF_TEMP_COMPENSATION, ///< Test configuration for disabling UF temperature compensation - TEST_CONFIG_DD_ENABLE_WCID_1, ///< Test configuration DD to enable WCID_1(for beta 1.9 and 2.0) + TEST_CONFIG_DD_ENABLE_WCID_1, ///< Test configuration DD to test initial fill , drain and initial chamber fill in pre-gen TEST_CONFIG_DD_RUN_SOLO, ///< Test configuration to run DD alone without the need of other subsystems TEST_CONFIG_FP_DISABLE_RO_CURRENT_ALARMS, ///< Test configuration to disable RO current alarms. TEST_CONFIG_FP_ENABLE_BOOST_PUMP, ///< Test configuration FP to enable P40 boost pump @@ -81,6 +81,7 @@ 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. + TEST_CONFIG_TD_DISABLE_FAULT_MODE_FROM_DD_FP, ///< Test configuration for TD disable fault mode from DD FP TEST_CONFIG_ENABLE_SYRINGE_PUMP_TESTING, ///< Test configuration to skip checks in syringe pump during testing NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T;