From: Adeel Kazmi Date: Wed, 6 Jul 2016 16:23:19 +0000 (+0100) Subject: (AutomatedTests) Stop Calling Internal APIs from public tests X-Git-Tag: dali_1.1.42~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F51%2F78751%2F1;p=platform%2Fcore%2Fuifw%2Fdali-core.git (AutomatedTests) Stop Calling Internal APIs from public tests Change-Id: I936e65ba7de5fa142c8ccfdf9d4ad3000be05009 --- diff --git a/automated-tests/src/dali/utc-Dali-PinchGestureDetector.cpp b/automated-tests/src/dali/utc-Dali-PinchGestureDetector.cpp index 9ec76db..6550e00 100644 --- a/automated-tests/src/dali/utc-Dali-PinchGestureDetector.cpp +++ b/automated-tests/src/dali/utc-Dali-PinchGestureDetector.cpp @@ -207,7 +207,6 @@ int UtcDaliPinchGestureDetectorNew(void) point.SetDeviceId( 1 ); point.SetState( PointState::DOWN ); point.SetScreenPosition( Vector2( 20.0f, 20.0f ) ); - point.SetLocalPosition( Vector2( 20.0f, 20.0f ) ); touchEvent.AddPoint(point2); application.ProcessEvent(touchEvent); END_TEST;