Index: TestSupport.h =================================================================== diff -u -r36f96b1e7a43e0947ff10e3c6947d80e37152d9c -r1c37ee458799a0a0b7e0fddf55b73db0a8c44143 --- TestSupport.h (.../TestSupport.h) (revision 36f96b1e7a43e0947ff10e3c6947d80e37152d9c) +++ TestSupport.h (.../TestSupport.h) (revision 1c37ee458799a0a0b7e0fddf55b73db0a8c44143) @@ -52,6 +52,8 @@ { TEST_CONFIG_DISABLE_BC_PRESSURE_ALARMS = 0, ///< Test configuration disabling BC pressure alarms TEST_CONFIG_FIRST = TEST_CONFIG_DISABLE_BC_PRESSURE_ALARMS, ///< Test configuration first configuration. + TEST_CONFIG_ENABLE_BC_FILL, ///< Place holder for bicart fill test config + TEST_CONFIG_ENABLE_UF_TEMP_COMPENSATION, ///< Test Configuration for enabling ultrafiltration temperature compensation NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif