From 5d7011737f0ae2ae842495e507d3b9bcb2a7d42c Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Wed, 29 Jan 2014 14:41:14 +0200 Subject: [PATCH] unit/avctp: Add TP/NFR/BI-01-C test To verify that the IUT (TG) reports to the test system (CT) the reception of a control message intended for an invalid PID (PID not registered for reception of messages). --- unit/test-avctp.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/unit/test-avctp.c b/unit/test-avctp.c index 8c97a820f..041e0c096 100644 --- a/unit/test-avctp.c +++ b/unit/test-avctp.c @@ -267,5 +267,9 @@ int main(int argc, char *argv[]) raw_pdu(0x00, 0x11, 0x0e, 0x00, 0x00, 0x00), raw_pdu(0x02, 0x11, 0x0e, 0x0a, 0x00, 0x00)); + define_test("/TP/NFR/BI-01-C", test_server, + raw_pdu(0x00, 0xff, 0xff, 0x00, 0x00, 0x00), + raw_pdu(0x03, 0xff, 0xff)); + return g_test_run(); } -- 2.47.3