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=08499ae7867059d04b35a9530af9f043203a813f;hp=c3be5fbc2cc4ce083197834775f609678c4630e7;hb=72d3e464f0fdaaf6db6206873408e8d845f02cd4;hpb=db93e9c305ec5f37c475ce27cb5cf12a99a6a296 diff --git a/automated-tests/src/dali/utc-Dali-Path.cpp b/automated-tests/src/dali/utc-Dali-Path.cpp index c3be5fb..08499ae 100644 --- a/automated-tests/src/dali/utc-Dali-Path.cpp +++ b/automated-tests/src/dali/utc-Dali-Path.cpp @@ -19,6 +19,7 @@ #include #include +#include #include using namespace Dali; @@ -420,7 +421,7 @@ int UtcDaliPathPropertyPoints(void) } { - Property::Value value = path.GetCurrentProperty( Dali::Path::Property::POINTS ); + Property::Value value = DevelHandle::GetCurrentProperty( path, Dali::Path::Property::POINTS ); Property::Array* array = value.GetArray(); DALI_TEST_CHECK( array ); @@ -459,7 +460,7 @@ int UtcDaliPathPropertyControlPoints(void) } { - Property::Value value = path.GetCurrentProperty( Dali::Path::Property::CONTROL_POINTS ); + Property::Value value = DevelHandle::GetCurrentProperty( path, Dali::Path::Property::CONTROL_POINTS ); Property::Array* array = value.GetArray(); DALI_TEST_CHECK( array );