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-CustomActor.cpp;h=ce6d317ef10500465da14fd0577c9b6333062a21;hp=f6d0b3407a20ea139925dbe93777c3187b265746;hb=e08e2992259823c5f9832ad959ffa510b0445a6c;hpb=9dd163a0f41423be80c45e4350a4db2ca2aee59b diff --git a/automated-tests/src/dali/utc-Dali-CustomActor.cpp b/automated-tests/src/dali/utc-Dali-CustomActor.cpp index f6d0b34..ce6d317 100644 --- a/automated-tests/src/dali/utc-Dali-CustomActor.cpp +++ b/automated-tests/src/dali/utc-Dali-CustomActor.cpp @@ -1352,7 +1352,7 @@ namespace Impl */ struct UnregisteredCustomActor : public Dali::CustomActorImpl { - UnregisteredCustomActor() : CustomActorImpl( ACTOR_BEHAVIOUR_NONE ) + UnregisteredCustomActor() : CustomActorImpl( ACTOR_BEHAVIOUR_DEFAULT ) { } virtual ~UnregisteredCustomActor() { }