From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============0989018958794291361==" MIME-Version: 1.0 From: Kristen Carlson Accardi Subject: [PATCH 08/10] test-stkutil: add html attribute test for select_item_test Date: Thu, 01 Jul 2010 08:31:23 -0700 Message-ID: <1277998285-30207-9-git-send-email-kristen@linux.intel.com> In-Reply-To: <1277998285-30207-1-git-send-email-kristen@linux.intel.com> List-Id: To: ofono@ofono.org --===============0989018958794291361== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable --- unit/test-stkutil.c | 69 +++++++++++++++++++++++++++++++++++++++--------= ---- 1 files changed, 53 insertions(+), 16 deletions(-) diff --git a/unit/test-stkutil.c b/unit/test-stkutil.c index fca4526..ada02c0 100644 --- a/unit/test-stkutil.c +++ b/unit/test-stkutil.c @@ -5927,6 +5927,7 @@ struct select_item_test { struct stk_text_attribute text_attr; struct stk_item_text_attribute_list item_text_attr_list; struct stk_frame_id frame_id; + char *html; }; = static unsigned char select_item_111[] =3D { 0xD0, 0x3D, 0x81, 0x03, 0x01,= 0x24, @@ -6973,7 +6974,9 @@ static struct select_item_test select_item_data_911 = =3D { .item_text_attr_list =3D { .len =3D 8, .list =3D { 0x00, 0x06, 0x00, 0xB4, 0x00, 0x06, 0x00, 0xB4 } - } + }, + .html =3D "" + "Toolkit Select 1", }; = static struct select_item_test select_item_data_912 =3D { @@ -7003,7 +7006,10 @@ static struct select_item_test select_item_data_921 = =3D { .item_text_attr_list =3D { .len =3D 8, .list =3D { 0x00, 0x06, 0x01, 0xB4, 0x00, 0x06, 0x01, 0xB4 } - } + }, + .html =3D "
Toolkit Select 1" + "
", }; = static struct select_item_test select_item_data_922 =3D { @@ -7033,7 +7039,10 @@ static struct select_item_test select_item_data_931 = =3D { .item_text_attr_list =3D { .len =3D 8, .list =3D { 0x00, 0x06, 0x02, 0xB4, 0x00, 0x06, 0x02, 0xB4 } - } + }, + .html =3D "
Toolkit Select 1" + "
" }; = static struct select_item_test select_item_data_932 =3D { @@ -7063,7 +7072,9 @@ static struct select_item_test select_item_data_941 = =3D { .item_text_attr_list =3D { .len =3D 8, .list =3D { 0x00, 0x06, 0x04, 0xB4, 0x00, 0x06, 0x04, 0xB4 } - } + }, + .html =3D "Toolkit Select 1", }; = static struct select_item_test select_item_data_942 =3D { @@ -7082,7 +7093,9 @@ static struct select_item_test select_item_data_942 = =3D { .item_text_attr_list =3D { .len =3D 8, .list =3D { 0x00, 0x06, 0x00, 0xB4, 0x00, 0x06, 0x00, 0xB4 } - } + }, + .html =3D "" + "Toolkit Select 2", }; = static struct select_item_test select_item_data_943 =3D { @@ -7112,7 +7125,9 @@ static struct select_item_test select_item_data_951 = =3D { .item_text_attr_list =3D { .len =3D 8, .list =3D { 0x00, 0x06, 0x08, 0xB4, 0x00, 0x06, 0x08, 0xB4 } - } + }, + .html =3D "Toolkit Select 1", }; = static struct select_item_test select_item_data_952 =3D { @@ -7131,7 +7146,9 @@ static struct select_item_test select_item_data_952 = =3D { .item_text_attr_list =3D { .len =3D 8, .list =3D { 0x00, 0x06, 0x00, 0xB4, 0x00, 0x06, 0x00, 0xB4 } - } + }, + .html =3D "" + "Toolkit Select 2", }; = static struct select_item_test select_item_data_953 =3D { @@ -7161,7 +7178,9 @@ static struct select_item_test select_item_data_961 = =3D { .item_text_attr_list =3D { .len =3D 8, .list =3D { 0x00, 0x06, 0x10, 0xB4, 0x00, 0x06, 0x10, 0xB4 } - } + }, + .html =3D "Toolkit Select 1", }; = static struct select_item_test select_item_data_962 =3D { @@ -7180,7 +7199,9 @@ static struct select_item_test select_item_data_962 = =3D { .item_text_attr_list =3D { .len =3D 8, .list =3D { 0x00, 0x06, 0x00, 0xB4, 0x00, 0x06, 0x00, 0xB4 } - } + }, + .html =3D "" + "Toolkit Select 2", }; = static struct select_item_test select_item_data_963 =3D { @@ -7210,7 +7231,9 @@ static struct select_item_test select_item_data_971 = =3D { .item_text_attr_list =3D { .len =3D 8, .list =3D { 0x00, 0x06, 0x20, 0xB4, 0x00, 0x06, 0x20, 0xB4 } - } + }, + .html =3D "Toolkit Select 1" }; = static struct select_item_test select_item_data_972 =3D { @@ -7229,7 +7252,9 @@ static struct select_item_test select_item_data_972 = =3D { .item_text_attr_list =3D { .len =3D 8, .list =3D { 0x00, 0x06, 0x00, 0xB4, 0x00, 0x06, 0x00, 0xB4 } - } + }, + .html =3D "" + "Toolkit Select 2", }; = static struct select_item_test select_item_data_973 =3D { @@ -7259,7 +7284,9 @@ static struct select_item_test select_item_data_981 = =3D { .item_text_attr_list =3D { .len =3D 8, .list =3D { 0x00, 0x06, 0x40, 0xB4, 0x00, 0x06, 0x40, 0xB4 } - } + }, + .html =3D "Toolkit Select 1" }; = static struct select_item_test select_item_data_982 =3D { @@ -7278,7 +7305,9 @@ static struct select_item_test select_item_data_982 = =3D { .item_text_attr_list =3D { .len =3D 8, .list =3D { 0x00, 0x06, 0x00, 0xB4, 0x00, 0x06, 0x00, 0xB4 } - } + }, + .html =3D "" + "Toolkit Select 2", }; = static struct select_item_test select_item_data_983 =3D { @@ -7308,7 +7337,9 @@ static struct select_item_test select_item_data_991 = =3D { .item_text_attr_list =3D { .len =3D 8, .list =3D { 0x00, 0x06, 0x80, 0xB4, 0x00, 0x06, 0x80, 0xB4 } - } + }, + .html =3D "Toolkit Select 1", }; = static struct select_item_test select_item_data_992 =3D { @@ -7327,7 +7358,9 @@ static struct select_item_test select_item_data_992 = =3D { .item_text_attr_list =3D { .len =3D 8, .list =3D { 0x00, 0x06, 0x00, 0xB4, 0x00, 0x06, 0x00, 0xB4 } - } + }, + .html =3D "" + "Toolkit Select 2", }; = static struct select_item_test select_item_data_993 =3D { @@ -7357,7 +7390,9 @@ static struct select_item_test select_item_data_9101 = =3D { .item_text_attr_list =3D { .len =3D 8, .list =3D { 0x00, 0x06, 0x00, 0xB4, 0x00, 0x06, 0x00, 0xB4 } - } + }, + .html =3D "" + "Toolkit Select 1", }; = static struct select_item_test select_item_data_9102 =3D { @@ -7485,6 +7520,8 @@ static void test_select_item(gconstpointer data) check_item_text_attribute_list( &command->select_item.item_text_attr_list, &test->item_text_attr_list); + check_text_attr_html(&command->select_item.text_attr, + command->select_item.alpha_id, test->html); check_frame_id(&command->select_item.frame_id, &test->frame_id); = stk_command_free(command); -- = 1.6.6.1 --===============0989018958794291361==--