X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=automated-tests%2Fdali-test-suite%2Ffocus-manager%2Futc-Dali-FocusManager.cpp;h=4ec250de1ff396c483f8f1f70593c589a268df39;hp=5bd16e7770ccb121837452fe99e0198737f48585;hb=88279bb58e2edd5b617532843e7521f5b5be1f10;hpb=bf2155ead4441b35df9e85eb10743c5bedba777e diff --git a/automated-tests/dali-test-suite/focus-manager/utc-Dali-FocusManager.cpp b/automated-tests/dali-test-suite/focus-manager/utc-Dali-FocusManager.cpp index 5bd16e7..4ec250d 100644 --- a/automated-tests/dali-test-suite/focus-manager/utc-Dali-FocusManager.cpp +++ b/automated-tests/dali-test-suite/focus-manager/utc-Dali-FocusManager.cpp @@ -394,7 +394,7 @@ static void UtcDaliFocusManagerSetAndGetCurrentFocusActor() application.Render(); // Make the third actor not focusable - Property::Index propertyActorFocusable = third.GetPropertyIndex("is-focus-group"); + Property::Index propertyActorFocusable = third.GetPropertyIndex("focusable"); third.SetProperty(propertyActorFocusable, false); // flush the queue and render once application.SendNotification();