From: Adeel Kazmi Date: Mon, 3 Mar 2014 11:46:55 +0000 (+0000) Subject: (AutomatedTests) Fixed failing TET case in FocusManager X-Git-Tag: dali-2014-wk16-release~35 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=88279bb58e2edd5b617532843e7521f5b5be1f10 (AutomatedTests) Fixed failing TET case in FocusManager [Issue#] N/A [Problem] Accidentally broken in last change (wrong name added). [Cause] N/A [Solution] Changed to corrent property name. --- 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();