Index: unittests/tst_models.h =================================================================== diff -u -rb635ddbc3ec048453e1c2f5a7565385ecdd78d74 -rd9f8e4e8356bd081f84dc08c4d65d727c0ee707f --- unittests/tst_models.h (.../tst_models.h) (revision b635ddbc3ec048453e1c2f5a7565385ecdd78d74) +++ unittests/tst_models.h (.../tst_models.h) (revision d9f8e4e8356bd081f84dc08c4d65d727c0ee707f) @@ -87,6 +87,8 @@ void tst_MPressureOcclusionData(); void tst_MPowerOff_data(); void tst_MPowerOff(); + void tst_MPrimingData_data(); + void tst_MPrimingData(); // Alarms void tst_MAlarmStatus_text(); @@ -109,4 +111,7 @@ void tst_MSalineBolusResponse_data(); void tst_MSalineBolusResponse(); + + void tst_MEndTreatmentResponse_data(); + void tst_MEndTreatmentResponse(); };