Index: TestSupport.c =================================================================== diff -u -re48883cbb19f2f978a46cd726e4bfefc96bd8061 -r877beca68c9c4130d29c026ddb5d02d5735a446e --- TestSupport.c (.../TestSupport.c) (revision e48883cbb19f2f978a46cd726e4bfefc96bd8061) +++ TestSupport.c (.../TestSupport.c) (revision 877beca68c9c4130d29c026ddb5d02d5735a446e) @@ -33,7 +33,7 @@ // ********** private data ********** static U32 testConfig[ NUM_OF_TEST_CONFIGS ]; ///< Release software configuration. -static U32 dialinCheckInTimeStamp; ///< Dialin checkin time stamp. +static U32 dialinCheckInTimeStamp; ///< Dialin checking time stamp. // ********** private function prototypes ********** 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