[elm_popup/TC]: added {NULL, 0} at the end of tet_testlist[] in all test cases.
authorShilpa Singh <shilpa.singh@samsung.com>
Fri, 8 Apr 2011 04:25:46 +0000 (09:55 +0530)
committerShilpa Singh <shilpa.singh@samsung.com>
Fri, 8 Apr 2011 04:25:46 +0000 (09:55 +0530)
Change-Id: I7bc60745ad761ec4793b4fadd9793dee4c2d2321

16 files changed:
TC/elm_ts/popup/utc_UIFW_elm_popup_add_func.c
TC/elm_ts/popup/utc_UIFW_elm_popup_buttons_add_func.c
TC/elm_ts/popup/utc_UIFW_elm_popup_content_get_func.c
TC/elm_ts/popup/utc_UIFW_elm_popup_content_set_func.c
TC/elm_ts/popup/utc_UIFW_elm_popup_desc_get_func.c
TC/elm_ts/popup/utc_UIFW_elm_popup_desc_set_func.c
TC/elm_ts/popup/utc_UIFW_elm_popup_mode_set_func.c
TC/elm_ts/popup/utc_UIFW_elm_popup_orient_set_func.c
TC/elm_ts/popup/utc_UIFW_elm_popup_response_func.c
TC/elm_ts/popup/utc_UIFW_elm_popup_run_func.c
TC/elm_ts/popup/utc_UIFW_elm_popup_timeout_set_func.c
TC/elm_ts/popup/utc_UIFW_elm_popup_title_icon_get_func.c
TC/elm_ts/popup/utc_UIFW_elm_popup_title_icon_set_func.c
TC/elm_ts/popup/utc_UIFW_elm_popup_title_label_get_func.c
TC/elm_ts/popup/utc_UIFW_elm_popup_title_label_set_func.c
TC/elm_ts/popup/utc_UIFW_elm_popup_with_buttons_add_func.c

index 86d2d3a..244138f 100644 (file)
@@ -46,6 +46,7 @@ enum {
 struct tet_testlist tet_testlist[] = {
        { utc_UIFW_elm_popup_add_func_01, POSITIVE_TC_IDX },
        { utc_UIFW_elm_popup_add_func_02, POSITIVE_TC_IDX },
+       { NULL, 0 }
 };
 
 static void startup(void)
index f36db48..f5daeec 100644 (file)
@@ -47,6 +47,7 @@ enum {
 struct tet_testlist tet_testlist[] = {
        { utc_UIFW_elm_popup_buttons_add_func_01, POSITIVE_TC_IDX },
        { utc_UIFW_elm_popup_buttons_add_func_02, NEGATIVE_TC_IDX },
+       { NULL, 0 }
 };
 
 static void startup(void)
index a2fbc27..5ddec40 100644 (file)
@@ -46,6 +46,7 @@ enum {
 struct tet_testlist tet_testlist[] = {
        { utc_UIFW_elm_popup_content_get_func_01, POSITIVE_TC_IDX },
        { utc_UIFW_elm_popup_content_get_func_02, NEGATIVE_TC_IDX },
+       { NULL, 0 }
 };
 
 static void startup(void)
index f414af7..ae12168 100644 (file)
@@ -48,6 +48,7 @@ enum {
 struct tet_testlist tet_testlist[] = {
        { utc_UIFW_elm_popup_content_set_func_01, POSITIVE_TC_IDX },
        { utc_UIFW_elm_popup_content_set_func_02, NEGATIVE_TC_IDX },
+       { NULL, 0 }
 };
 
 static void startup(void)
index dfd15e4..b43969d 100644 (file)
@@ -46,6 +46,7 @@ enum {
 struct tet_testlist tet_testlist[] = {
        { utc_UIFW_elm_popup_desc_get_func_01, POSITIVE_TC_IDX },
        { utc_UIFW_elm_popup_desc_get_func_02, NEGATIVE_TC_IDX },
+       { NULL, 0 }
 };
 
 static void startup(void)
index a12604d..051a12d 100644 (file)
@@ -46,6 +46,7 @@ enum {
 struct tet_testlist tet_testlist[] = {
        { utc_UIFW_elm_popup_desc_set_func_01, POSITIVE_TC_IDX },
        { utc_UIFW_elm_popup_desc_set_func_02, NEGATIVE_TC_IDX },
+       { NULL, 0 }
 };
 
 static void startup(void)
index b4ce033..9f546e8 100644 (file)
@@ -47,6 +47,7 @@ enum {
 struct tet_testlist tet_testlist[] = {
        { utc_UIFW_elm_popup_mode_set_func_01, POSITIVE_TC_IDX },
        { utc_UIFW_elm_popup_mode_set_func_02, NEGATIVE_TC_IDX },
+       { NULL, 0 }
 };
 
 static void startup(void)
index 0929abe..9b6aabe 100644 (file)
@@ -47,6 +47,7 @@ enum {
 struct tet_testlist tet_testlist[] = {
        { utc_UIFW_elm_popup_orient_set_func_01, POSITIVE_TC_IDX },
        { utc_UIFW_elm_popup_orient_set_func_02, NEGATIVE_TC_IDX },
+       { NULL, 0 }
 };
 
 static void startup(void)
index 2b5ee34..273c16f 100644 (file)
@@ -45,6 +45,7 @@ enum {
 struct tet_testlist tet_testlist[] = {
        { utc_UIFW_elm_popup_response_func_01, POSITIVE_TC_IDX },
        { utc_UIFW_elm_popup_response_func_02, NEGATIVE_TC_IDX },
+       { NULL, 0 }
 };
 
 static void startup(void)
index d9c60a7..ce206f2 100644 (file)
@@ -47,6 +47,7 @@ enum {
 struct tet_testlist tet_testlist[] = {
        { utc_UIFW_elm_popup_run_func_01, POSITIVE_TC_IDX },
        { utc_UIFW_elm_popup_run_func_02, NEGATIVE_TC_IDX },
+       { NULL, 0 }
 };
 
 static void startup(void)
index 87f5739..6a6840f 100644 (file)
@@ -46,6 +46,7 @@ enum {
 struct tet_testlist tet_testlist[] = {
        { utc_UIFW_elm_popup_timeout_set_func_01, POSITIVE_TC_IDX },
        { utc_UIFW_elm_popup_timeout_set_func_02, NEGATIVE_TC_IDX },
+       { NULL, 0 }
 };
 
 static void startup(void)
index 81a9aaa..82fd2a5 100644 (file)
@@ -47,6 +47,7 @@ enum {
 struct tet_testlist tet_testlist[] = {
        { utc_UIFW_elm_popup_title_icon_get_func_01, POSITIVE_TC_IDX },
        { utc_UIFW_elm_popup_title_icon_get_func_02, NEGATIVE_TC_IDX },
+       { NULL, 0 }
 };
 
 static void startup(void)
index da338b5..8c56bed 100644 (file)
@@ -49,6 +49,7 @@ enum {
 struct tet_testlist tet_testlist[] = {
        { utc_UIFW_elm_popup_title_icon_set_func_01, POSITIVE_TC_IDX },
        { utc_UIFW_elm_popup_title_icon_set_func_02, NEGATIVE_TC_IDX },
+       { NULL, 0 }
 };
 
 static void startup(void)
index 00d20cb..d2488e5 100644 (file)
@@ -47,6 +47,7 @@ enum {
 struct tet_testlist tet_testlist[] = {
        { utc_UIFW_elm_popup_title_label_get_func_01, POSITIVE_TC_IDX },
        { utc_UIFW_elm_popup_title_label_get_func_02, NEGATIVE_TC_IDX },
+       { NULL, 0 }
 };
 
 static void startup(void)
index d8f7c05..71e283d 100644 (file)
@@ -46,6 +46,7 @@ enum {
 struct tet_testlist tet_testlist[] = {
        { utc_UIFW_elm_popup_title_label_set_func_01, POSITIVE_TC_IDX },
        { utc_UIFW_elm_popup_title_label_set_func_02, NEGATIVE_TC_IDX },
+       { NULL, 0 }
 };
 
 static void startup(void)
index 1ba5ba8..bf1b2ba 100644 (file)
@@ -46,6 +46,7 @@ enum {
 struct tet_testlist tet_testlist[] = {
        { utc_UIFW_elm_popup_with_buttons_add_func_01, POSITIVE_TC_IDX },
        { utc_UIFW_elm_popup_with_buttons_add_func_02, NEGATIVE_TC_IDX },
+       { NULL, 0 }
 };
 
 static void startup(void)