[Popup -TC] - changed creation to both positive test case
authorshilpa singh <shilpa.singh@samsung.com>
Thu, 7 Oct 2010 05:39:53 +0000 (14:39 +0900)
committershilpa singh <shilpa.singh@samsung.com>
Thu, 7 Oct 2010 05:39:53 +0000 (14:39 +0900)
TC/elm_ts/popup/utc_UIFW_elm_popup_add_func.c

index 4338455..86d2d3a 100644 (file)
@@ -45,7 +45,7 @@ enum {
 
 struct tet_testlist tet_testlist[] = {
        { utc_UIFW_elm_popup_add_func_01, POSITIVE_TC_IDX },
-       { utc_UIFW_elm_popup_add_func_02, NEGATIVE_TC_IDX },
+       { utc_UIFW_elm_popup_add_func_02, POSITIVE_TC_IDX },
 };
 
 static void startup(void)
@@ -85,7 +85,7 @@ static void utc_UIFW_elm_popup_add_func_01(void)
 }
 
 /**
- * @brief Negative test case of ug_init elm_popup_add()
+ * @brief Positive test case of ug_init elm_popup_add()
  */
 static void utc_UIFW_elm_popup_add_func_02(void)
 {