Index: unittests/tst_messaging.cpp =================================================================== diff -u -r9551959461d534dc624f0cbcca0e6f953844fb16 -r97fc44f948bd39ed0b4238558a16bf99f750bf5e --- unittests/tst_messaging.cpp (.../tst_messaging.cpp) (revision 9551959461d534dc624f0cbcca0e6f953844fb16) +++ unittests/tst_messaging.cpp (.../tst_messaging.cpp) (revision 97fc44f948bd39ed0b4238558a16bf99f750bf5e) @@ -810,6 +810,12 @@ msg.actionId = Gui::GuiActionType::ID_CreateTreatmentReq; QVERIFY(! interpreter.createTreatmentRespData(msg, data)); + + QVariantList variantList = QVariantList() << 0 << 0 << 0 << 0 << 0 << 0 << 0 << 0 << 0 << 0 << 0 << 0 << 0 << 0 << 0 + << 0 << 0 << 0; + QByteArray byteArray; + QVERIFY(interpreter.interpretMessage(msg.actionId, variantList, byteArray)); + } /*!