Diff between 15b3ad123fcfece434f9b7e229176ce1c6b0fa1c and b8886c3f3ab77c2729dc946432d076436c908c14

Changed Files

File Additions Deletions Status
unit/test-avrcp.c +11 -0 modified

Full Patch

diff --git a/unit/test-avrcp.c b/unit/test-avrcp.c
index 5295e38..88348aa 100644
--- a/unit/test-avrcp.c
+++ b/unit/test-avrcp.c
@@ -665,6 +665,10 @@ static void test_client(gconstpointer data)
 					AVRCP_MEDIA_SEARCH, 0x01, 0xaabb,
 					0, NULL);
 
+	if (g_str_equal(context->data->test_name, "/TP/MCN/NP/BV-01-C"))
+		avrcp_play_item(context->session, AVRCP_MEDIA_NOW_PLAYING, 1,
+									1);
+
 	if (g_str_equal(context->data->test_name, "/TP/MCN/NP/BV-05-C"))
 		avrcp_get_folder_items(context->session,
 					AVRCP_MEDIA_NOW_PLAYING, 0, 2, 0, NULL);
@@ -933,6 +937,13 @@ int main(int argc, char *argv[])
 
 	/* Media Content Navigation Commands and Notifications for NowPlaying */
 
+	/* PlayItem - NowPlaying - CT */
+	define_test("/TP/MCN/NP/BV-01-C", test_client,
+			brs_pdu(0x00, 0x11, 0x0e, AVRCP_PLAY_ITEM,
+				0x00, 0x0b, AVRCP_MEDIA_NOW_PLAYING,
+				0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01,
+				0x00, 0x01));
+
 	/* GetFolderItems - NowPlaying - CT */
 	define_test("/TP/MCN/NP/BV-05-C", test_client,
 			brs_pdu(0x00, 0x11, 0x0e, AVRCP_GET_FOLDER_ITEMS,