Index: TestSupport.h =================================================================== diff -u -rb218e277609255d214d95383f9de8eedb64af6c7 -r122a0258725e0870528d55aca94fed60e92e23c5 --- TestSupport.h (.../TestSupport.h) (revision b218e277609255d214d95383f9de8eedb64af6c7) +++ TestSupport.h (.../TestSupport.h) (revision 122a0258725e0870528d55aca94fed60e92e23c5) @@ -56,7 +56,10 @@ TEST_CONFIG_DD_ENABLE_DRY_BICART_FILL, ///< Test configuration DD enable dry bicart fill TEST_CONFIG_DD_ENABLE_4WIRE_RINSE_PUMP, ///< Test configuration DD enable 4-wire rinse pump. TEST_CONFIG_FP_SKIP_PRE_GEN_FLUSH, ///< Test configuration FP skip pre-gen flush - NUM_OF_TEST_CONFIGS ///< Number of test configuration. + 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_SPENT_CHAMBER_F_FILL, ///< Test configuration DD enable spent chamber fill + NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif