Index: unittests/tst_models.h =================================================================== diff -u -r7777127f3b60d5f884cd07adc9d586353d914f69 -r93de4db27ee2a98fbcdde09328775bd949fb2378 --- unittests/tst_models.h (.../tst_models.h) (revision 7777127f3b60d5f884cd07adc9d586353d914f69) +++ unittests/tst_models.h (.../tst_models.h) (revision 93de4db27ee2a98fbcdde09328775bd949fb2378) @@ -121,6 +121,9 @@ // Alarms void tst_MAlarmStatus_text(); + void tst_MAlarmClearedConditionRequest(); + void tst_MAlarmUserActionRequest(); + void tst_MAlarmAcknowledgeRequest(); void tst_MAlarmStatus_data(); void tst_MAlarmStatus(); @@ -131,9 +134,9 @@ void tst_MAlarmCleared_data(); void tst_MAlarmCleared(); - void tst_MAlarmAcknowledgeRequest(); + void tst_MAlarmClearedCondition_data(); + void tst_MAlarmClearedCondition(); - // Treatment Parameters void tst_MTreatmentParametersResp_data(); void tst_MTreatmentParametersResp();