Index: unittests/tst_models.h =================================================================== diff -u -r56e378f7504701b9e9a9dccaf205aef2fd52c58e -re5988a2db3dcc7c8adaa487e5a4e50ac2360370a --- unittests/tst_models.h (.../tst_models.h) (revision 56e378f7504701b9e9a9dccaf205aef2fd52c58e) +++ unittests/tst_models.h (.../tst_models.h) (revision e5988a2db3dcc7c8adaa487e5a4e50ac2360370a) @@ -87,6 +87,10 @@ void tst_MPressureOcclusionData(); void tst_MPowerOff_data(); void tst_MPowerOff(); + void tst_MDGAccelerometerData_data(); + void tst_MDGAccelerometerData(); + void tst_MHDAccelerometerData_data(); + void tst_MHDAccelerometerData(); // Alarms void tst_MAlarmStatus_text(); @@ -105,4 +109,10 @@ void tst_MSalineBolusResponse_data(); void tst_MSalineBolusResponse(); + + void tst_MTreatmentDGVersionsData_data(); + void tst_MTreatmentDGVersionsData(); + + void tst_MTreatmentHDVersionsData_data(); + void tst_MTreatmentHDVersionsData(); };