Fixed shader test cases to match code changes.
[platform/core/uifw/dali-toolkit.git] / automated-tests / dali-test-suite / scroll-view / utc-Dali-ScrollView.cpp
index 2ebe46d..ed5dfe5 100644 (file)
@@ -179,8 +179,7 @@ static void SendPan(ToolkitTestApplication& application, Gesture::State state, c
     last.y = pos.y;
   }
 
-  Dali::Integration::Core& core = application.GetCore();
-  core.SendEvent(GeneratePan(state, last, pos, RENDER_FRAME_INTERVAL));
+  application.ProcessEvent(GeneratePan(state, last, pos, RENDER_FRAME_INTERVAL));
 
   last.x = pos.x;
   last.y = pos.y;