Index: TestSupport.h =================================================================== diff -u -r7e7d6331b8d474f45fe9961a0bb0292da9e6e7ea -r55db7c431bb5b71f0d5688e8b69c2e1164ca970c --- TestSupport.h (.../TestSupport.h) (revision 7e7d6331b8d474f45fe9961a0bb0292da9e6e7ea) +++ TestSupport.h (.../TestSupport.h) (revision 55db7c431bb5b71f0d5688e8b69c2e1164ca970c) @@ -54,20 +54,20 @@ TEST_CONFIG_FIRST = TEST_CONFIG_DD_FP_ENABLE_BETA_1_0_HW, ///< Test configuration first configuration. TEST_CONFIG_DD_FP_ENABLE_BETA_1_9_HW, ///< Test configuration for DD & FP to enable Beta 2.0 hardware TEST_CONFIG_DD_DISABLE_BC_PRESSURE_ALARMS, ///< Test configuration DD disabling BC pressure alarms - TEST_CONFIG_DD_ENABLE_DRY_BICARB, ///< Test configuration DD to use dry bicarb + TEST_CONFIG_DD_DISABLE_DRY_BICARB, ///< Test configuration DD to use dry bicarb TEST_CONFIG_FP_SKIP_PRE_GEN_FLUSH, ///< Test configuration FP skip pre-gen flush TEST_CONFIG_DD_ENABLE_DIENER_2000_PUMP, ///< Test configuration to use diener 2000 pump for D48 TEST_CONFIG_DD_ENABLE_SPENT_CHAMBER_H_FILL, ///< Test configuration DD enable spent chamber H fill TEST_CONFIG_DD_DISABLE_CONDUCTIVITY_ALARMS, ///< Test configuration to disable DD conductivity alarms 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_DRY_BICART_TEST, ///< Test configuration DD to test initial fill , drain and initial chamber fill in pre-gen + 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 TEST_CONFIG_FP_ENABLE_DEFEATURE, ///< Test configuration FP to set sub system as defeatured - TEST_CONFIG_DD_FP_DISABLE_CONDUCTIVITY_SENSOR_CHECKS, ///< Test configuration to disable conductivity sensor cal checks + TEST_CONFIG_DD_FP_DISABLE_CONDUCTIVITY_SENSOR_CHECKS, ///< Test configuration to disable conductivity sensor cal checks NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif