Diff between 8731902f621f1ce8218514ec258ff7e50c530fb1 and 47c2a232b376ecfcf75b3519e160ee1f2c95cdf8

Changed Files

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

Full Patch

diff --git a/unit/test-avrcp.c b/unit/test-avrcp.c
index 30db8b3..b348844 100644
--- a/unit/test-avrcp.c
+++ b/unit/test-avrcp.c
@@ -589,6 +589,9 @@ static void test_client(gconstpointer data)
 		avrcp_get_folder_items(context->session,
 					AVRCP_MEDIA_PLAYER_VFS, 0, 2, 0, NULL);
 
+	if (g_str_equal(context->data->test_name, "/TP/MCN/CB/BV-04-C"))
+		avrcp_change_path(context->session, 0x01, 0x01, 0xaabb);
+
 	if (g_str_equal(context->data->test_name, "/TP/CFG/BV-01-C"))
 		avrcp_get_capabilities(context->session, CAP_EVENTS_SUPPORTED);
 
@@ -687,6 +690,15 @@ int main(int argc, char *argv[])
 				0x00, 0x00, 0x00, 0x02, /* end */
 				0x00));
 
+	/* ChangePath - CT */
+	define_test("/TP/MCN/CB/BV-04-C", test_client,
+			raw_pdu(0x00, 0x11, 0x0e, AVRCP_CHANGE_PATH,
+				0x00, 0x0b,
+				0xaa, 0xbb,		/* counter */
+				0x01,			/* direction */
+				0x00, 0x00, 0x00, 0x00,
+				0x00, 0x00, 0x00, 0x01	/* Folder UID */));
+
 	/* Media Player Selection IOP tests */
 
 	/* Listing of available media players */