[UTC][ui-viewmgr][Non-ACR][Fix viewmgr build error]
authorWoochan Lee <wc0917.lee@samsung.com>
Wed, 14 Dec 2016 10:59:11 +0000 (19:59 +0900)
committerWoochan Lee <wc0917.lee@samsung.com>
Wed, 14 Dec 2016 11:01:07 +0000 (20:01 +0900)
Change-Id: Id98313f360ba640210fc0f0af2317ee81acf1034

src/utc/ui-viewmgr/utc-ui-viewmgr.c

index eeaf9914ad9f8f15453318bd3129d2029af8dd44..a0165e67afd60db97914b98c7d598c039520bb63 100644 (file)
@@ -2425,7 +2425,7 @@ int utc_ui_viewmgr_popup_activate_p(void)
        assert(view);
 
        ui_view_set_transition_style(view, "none");
-       assert_eq(ui_view_set_event_cb(view2, UI_VIEW_EVENT_LOAD, view2_load_cb, NULL), UI_VIEWMGR_ERROR_NONE);
+       assert_eq(ui_view_set_event_cb(view, UI_VIEW_EVENT_LOAD, view2_load_cb, NULL), UI_VIEWMGR_ERROR_NONE);
        ui_viewmgr_push_view(view);
 
        popup = ui_popup_create(view);
@@ -2493,7 +2493,7 @@ int utc_ui_viewmgr_popup_deactivate_p(void)
        assert(view);
 
        ui_view_set_transition_style(view, "none");
-       assert_eq(ui_view_set_event_cb(view2, UI_VIEW_EVENT_LOAD, view2_load_cb, NULL), UI_VIEWMGR_ERROR_NONE);
+       assert_eq(ui_view_set_event_cb(view, UI_VIEW_EVENT_LOAD, view2_load_cb, NULL), UI_VIEWMGR_ERROR_NONE);
        ui_viewmgr_push_view(view);
 
        popup = ui_popup_create(view);
@@ -2565,7 +2565,7 @@ int utc_ui_viewmgr_popup_get_activated_p(void)
        assert(view);
 
        ui_view_set_transition_style(view, "none");
-       assert_eq(ui_view_set_event_cb(view2, UI_VIEW_EVENT_LOAD, view2_load_cb, NULL), UI_VIEWMGR_ERROR_NONE);
+       assert_eq(ui_view_set_event_cb(view, UI_VIEW_EVENT_LOAD, view2_load_cb, NULL), UI_VIEWMGR_ERROR_NONE);
        ui_viewmgr_push_view(view);
 
        popup = ui_popup_create(view);