Index: TestSupport.h =================================================================== diff -u -ra6db8c49662d5140d70f83b51540955fe3e0911b -r70d4f14eda44c2d2ca2a087d525b144ca86faaef --- TestSupport.h (.../TestSupport.h) (revision a6db8c49662d5140d70f83b51540955fe3e0911b) +++ TestSupport.h (.../TestSupport.h) (revision 70d4f14eda44c2d2ca2a087d525b144ca86faaef) @@ -37,6 +37,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. NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #else