Index: unittests/tst_views.cpp =================================================================== diff -u -re58be51c4aa52938af250db3ee579e98de08542c -rc3a1e077ddeba65709084f9af5dd756741db8b4f --- unittests/tst_views.cpp (.../tst_views.cpp) (revision e58be51c4aa52938af250db3ee579e98de08542c) +++ unittests/tst_views.cpp (.../tst_views.cpp) (revision c3a1e077ddeba65709084f9af5dd756741db8b4f) @@ -719,7 +719,7 @@ void tst_views::VCreateTreatment_fw_validation_response() { View::VTreatmentCreate view; - GuiActionType action = GuiActionType::ID_CreateTreatmentRsp; + GuiActionType action = GuiActionType::ID_TreatmentCreateRsp; for (int i = 0; i < 18; ++i) { @@ -751,7 +751,7 @@ AdjustTreatmentParametersResponseData respData; - StartTreatmentResponseData startResponse; + TreatmentStartResponseData startResponse; startResponse.startTreatmentResponse = 0; // REJECT view.doActionReceive(startResponse);