(AutomatedTests) Stop Calling Internal APIs from public tests 51/78751/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 6 Jul 2016 16:23:19 +0000 (17:23 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 6 Jul 2016 16:23:19 +0000 (17:23 +0100)
Change-Id: I936e65ba7de5fa142c8ccfdf9d4ad3000be05009

automated-tests/src/dali/utc-Dali-PinchGestureDetector.cpp

index 9ec76db..6550e00 100644 (file)
@@ -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;