(AutomatedTests) Fixed failing TET case in FocusManager
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 3 Mar 2014 11:46:55 +0000 (11:46 +0000)
committerPaul Wisbey <p.wisbey@samsung.com>
Mon, 3 Mar 2014 19:07:25 +0000 (19:07 +0000)
[Issue#]   N/A
[Problem]  Accidentally broken in last change (wrong name added).
[Cause]    N/A
[Solution] Changed to corrent property name.

automated-tests/dali-test-suite/focus-manager/utc-Dali-FocusManager.cpp

index 5bd16e7..4ec250d 100644 (file)
@@ -394,7 +394,7 @@ static void UtcDaliFocusManagerSetAndGetCurrentFocusActor()
   application.Render();
 
   // Make the third actor not focusable
   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();
   third.SetProperty(propertyActorFocusable, false);
   // flush the queue and render once
   application.SendNotification();