Index: TestSupport.h =================================================================== diff -u -r5b0a75e836a3f30e2ab6a627920a36c9e0f1d914 -r877beca68c9c4130d29c026ddb5d02d5735a446e --- TestSupport.h (.../TestSupport.h) (revision 5b0a75e836a3f30e2ab6a627920a36c9e0f1d914) +++ TestSupport.h (.../TestSupport.h) (revision 877beca68c9c4130d29c026ddb5d02d5735a446e) @@ -38,6 +38,7 @@ TEST_CONFIG_MIX_WITH_WATER = 0, ///< Test configuration mix with water. TEST_CONFIG_FIRST = TEST_CONFIG_MIX_WITH_WATER, ///< Test configuration first configuration. TEST_CONFIG_DISABLE_INLET_WATER_TEMP_CHECK, ///< Test configuration disable inlet water temperature check. + TEST_CONFIG_RECOVER_TREATMENT, ///< Test configuration recover treatment. NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #else @@ -51,6 +52,7 @@ TEST_CONFIG_SKIP_BLOOD_PRIME, ///< Test configuration skip blood prime. TEST_CONFIG_SKIP_DISINFECT_AND_SERVICE_TX_BLOCKERS, ///< Test configuration skip disinfect and service treatment blockers. TEST_CONFIG_DISABLE_WET_SELFTEST_DISPLACEMENT_CHECK, ///< Test configuration disable wet self test displacement check. + TEST_CONFIG_RECOVER_TREATMENT, ///< Test configuration recover treatment. NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif