X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali%2Futc-Dali-Path.cpp;h=c3be5fbc2cc4ce083197834775f609678c4630e7;hp=08499ae7867059d04b35a9530af9f043203a813f;hb=7f12510950d4463804f541f038769101afc9d9a3;hpb=86b09712a7570108788728c3bbeae0fae924253b diff --git a/automated-tests/src/dali/utc-Dali-Path.cpp b/automated-tests/src/dali/utc-Dali-Path.cpp index 08499ae..c3be5fb 100644 --- a/automated-tests/src/dali/utc-Dali-Path.cpp +++ b/automated-tests/src/dali/utc-Dali-Path.cpp @@ -19,7 +19,6 @@ #include #include -#include #include using namespace Dali; @@ -421,7 +420,7 @@ int UtcDaliPathPropertyPoints(void) } { - Property::Value value = DevelHandle::GetCurrentProperty( path, Dali::Path::Property::POINTS ); + Property::Value value = path.GetCurrentProperty( Dali::Path::Property::POINTS ); Property::Array* array = value.GetArray(); DALI_TEST_CHECK( array ); @@ -460,7 +459,7 @@ int UtcDaliPathPropertyControlPoints(void) } { - Property::Value value = DevelHandle::GetCurrentProperty( path, Dali::Path::Property::CONTROL_POINTS ); + Property::Value value = path.GetCurrentProperty( Dali::Path::Property::CONTROL_POINTS ); Property::Array* array = value.GetArray(); DALI_TEST_CHECK( array );