Updated the implementation of calendar's min-max year set API as it was needed to...
[framework/uifw/elementary.git] / TC / elm_ts / calendar / utc_UIFW_elm_calendar_min_max_year_get_func.c
index c5b2dd3..06a30b1 100644 (file)
@@ -30,7 +30,7 @@
 Evas_Object *main_win;
 Evas_Object *test_eo = NULL;
 static int min_year = 2010;
-static int max_year = 2010;
+static int max_year = 2020;
 
 static void startup(void);
 static void cleanup(void);
@@ -49,6 +49,7 @@ enum {
 struct tet_testlist tet_testlist[] = {
        { utc_UIFW_elm_calendar_min_max_year_get_func_01, POSITIVE_TC_IDX },
        { utc_UIFW_elm_calendar_min_max_year_get_func_02, NEGATIVE_TC_IDX },
+    { NULL, 0 }
 };
 
 static void startup(void)