Index: unittests/tst_logging.cpp =================================================================== diff -u -r36740a3ee8e7164e70d8627b057624ec0ef1eb8f -r15de0cd12dad1ea5107c52e5ed89280bc9e29b1d --- unittests/tst_logging.cpp (.../tst_logging.cpp) (revision 36740a3ee8e7164e70d8627b057624ec0ef1eb8f) +++ unittests/tst_logging.cpp (.../tst_logging.cpp) (revision 15de0cd12dad1ea5107c52e5ed89280bc9e29b1d) @@ -115,12 +115,12 @@ QCOMPARE(mContent, ""); } -void tst_logging::logError_Unhandled_TreatmentState() +void tst_logging::logError_Unhandled_TreatmentStates() { gDisableUnhandledReport = false; Can::MessageInterpreter iMsg; Can::Message msg; - msg.actionId = Gui::GuiActionType::ID_TreatmentState; + msg.actionId = Gui::GuiActionType::ID_TreatmentStates; msg.data = {}; QVariantList vData {}; QVERIFY(iMsg.interpretMessage_HD(msg, vData));