Index: unittests/tst_canbus.cpp =================================================================== diff -u -r0d3114203575d6725576f8bdc8299ad772d55fd5 -rfc329c788fe9453983072bee937ccbc95b4ed6e4 --- unittests/tst_canbus.cpp (.../tst_canbus.cpp) (revision 0d3114203575d6725576f8bdc8299ad772d55fd5) +++ unittests/tst_canbus.cpp (.../tst_canbus.cpp) (revision fc329c788fe9453983072bee937ccbc95b4ed6e4) @@ -93,7 +93,7 @@ { _expected = QByteArray("123456789"); _FrameInterface.transmitFrame(Can_Id::eChlid_HD_UI, _expected); - QVERIFY( ! _emited ); //there is no signal call - Code Coverage only : Error : "Payload can't be larger than 8 bytes" + QVERIFY( ! _emited ); //there is no signal call - Code Coverage only : Error : "Payload cannot be larger than 8 bytes" } void tst_canbus::tst_FrameInterface_ActionTransmit_PowerOff_Accepted() @@ -305,7 +305,7 @@ frame.init(); QVERIFY(frame._txFrameList.isEmpty()); frame.removeHead(); - // if the code doesn't work and calls the removeFirst of and empty list it will assert. + // if the code does not work and calls the removeFirst of and empty list it will assert. QVERIFY(true); }