Index: NVDataMgmtHDRecords.h =================================================================== diff -u -r7aaf36d98fc6f49394c72ae3472872f36feb44e3 -r23eda4cdc77a410b5e842ed4eec1249ba67ed73c --- NVDataMgmtHDRecords.h (.../NVDataMgmtHDRecords.h) (revision 7aaf36d98fc6f49394c72ae3472872f36feb44e3) +++ NVDataMgmtHDRecords.h (.../NVDataMgmtHDRecords.h) (revision 23eda4cdc77a410b5e842ed4eec1249ba67ed73c) @@ -76,7 +76,7 @@ SW_CONFIG_DISABLE_PUMPS_FLOW_LIMITS, ///< Software configuration disable pumps flow limits. SW_CONFIG_DISABLE_UI_COMM_ALARMS, ///< Software configuration disable UI communications alarms. SW_CONFIG_DISABLE_VOLTAGES_ALARMS, ///< Software configuration disable voltages alarms. - SW_CONFIG_ENABLE_1_MIN_TREATMENT, ///< Software configuration enable 1-minute treatment. + SW_CONFIG_ENABLE_1_MIN_TREATMENT, // TODO remove ///< Software configuration enable 1-minute treatment. SW_CONFIG_ENABLE_BLOOD_PUMP_OPEN_LOOP, ///< Software configuration enable blood pump open loop. SW_CONFIG_ENABLE_DIALYSATE_INLET_PUMP_OPEN_LOOP, ///< Software configuration enable dialysate inlet pump open loop. SW_CONFIG_DISABLE_SWITCHES_MONITOR, ///< Software configuration disable switches monitor. Index: TestSupport.h =================================================================== diff -u -r7aaf36d98fc6f49394c72ae3472872f36feb44e3 -r23eda4cdc77a410b5e842ed4eec1249ba67ed73c --- TestSupport.h (.../TestSupport.h) (revision 7aaf36d98fc6f49394c72ae3472872f36feb44e3) +++ TestSupport.h (.../TestSupport.h) (revision 23eda4cdc77a410b5e842ed4eec1249ba67ed73c) @@ -53,6 +53,7 @@ TEST_CONFIG_SKIP_DISINFECT_AND_SERVICE_TX_BLOCKERS, ///< Test configuration skip disinfect and service treatment blockers. TEST_CONFIG_DISABLE_WET_SELFTEST_DISPLACEMENT_ALARM, ///< Test configuration disable wet self test displacement alarm. TEST_CONFIG_RECOVER_TREATMENT, ///< Test configuration recover treatment. + TEST_CONFIG_ENABLE_ONE_MINUTE_TREATMENT, ///< Test configuration enable one minute treatment. NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif