OSDN Git Service

unit/avrcp: Add /TP/MCN/CB/BV-01-C test
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>
Mon, 31 Mar 2014 12:25:04 +0000 (15:25 +0300)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 2 Apr 2014 11:25:41 +0000 (14:25 +0300)
Test verifies that the GetFolderItems command issued by the Controller
with VFS parameter.

unit/test-avrcp.c

index 0e4166e..30db8b3 100644 (file)
@@ -585,6 +585,10 @@ static void test_client(gconstpointer data)
                avrcp_get_folder_items(context->session,
                                        AVRCP_MEDIA_PLAYER_LIST, 0, 2, 0, NULL);
 
+       if (g_str_equal(context->data->test_name, "/TP/MCN/CB/BV-01-C"))
+               avrcp_get_folder_items(context->session,
+                                       AVRCP_MEDIA_PLAYER_VFS, 0, 2, 0, NULL);
+
        if (g_str_equal(context->data->test_name, "/TP/CFG/BV-01-C"))
                avrcp_get_capabilities(context->session, CAP_EVENTS_SUPPORTED);
 
@@ -670,6 +674,19 @@ int main(int argc, char *argv[])
                                0x00, 0x00, 0x00, 0x02, /* end */
                                0x00));
 
+       /*
+        * Media Content Navigation Commands and Notifications for Content
+        * Browsing.
+        */
+
+       /* GetFolderItems - Virtual FS - CT */
+       define_test("/TP/MCN/CB/BV-01-C", test_client,
+                       raw_pdu(0x00, 0x11, 0x0e, AVRCP_GET_FOLDER_ITEMS,
+                               0x00, 0x0a, AVRCP_MEDIA_PLAYER_VFS,
+                               0x00, 0x00, 0x00, 0x00, /* start */
+                               0x00, 0x00, 0x00, 0x02, /* end */
+                               0x00));
+
        /* Media Player Selection IOP tests */
 
        /* Listing of available media players */