1
0
Fork 0

add testing notes to the correct task list

This commit is contained in:
Kevin Matz 2023-04-25 09:02:00 -04:00
parent cba2cf9fd3
commit 402bcf9188
1 changed files with 3 additions and 3 deletions

View File

@ -120,7 +120,7 @@ void Component::sendDMP(PDU::Message<DMP::Pdu> message) const
*
* The base class behavior is to reply with GET PROPERTY FAIL : Not a Property.
*
* \todo Find a way to test this.
* \test Find a DMP controller to test with.
*/
void Component::rxDmpGetProperty(PDU::Message<DMP::Pdu> message)
{
@ -150,7 +150,7 @@ void Component::rxDmpGetProperty(PDU::Message<DMP::Pdu> message)
*
* The base class behavior is to reply with SET PROPERTY FAIL : Not a Property.
*
* \todo Find a way to test this.
* \test Find a DMP controller to test with.
*/
void Component::rxDmpSetProperty(PDU::Message<DMP::Pdu> message)
{
@ -204,7 +204,7 @@ void Component::rxDmpEvent(PDU::Message<DMP::Pdu> message)
*
* The base class behavior is to send SUBSCRIBE REJECTED : Not a Property.
*
* \todo Find a way to test this.
* \test Find a DMP controller to test with.
*/
void Component::rxDmpSubscribe(PDU::Message<DMP::Pdu> message)
{