Remove ImageActor from comments and variable names
[platform/core/uifw/dali-toolkit.git] / automated-tests / src / dali-toolkit / utc-Dali-TextEditor.cpp
index b1cc593..a361701 100644 (file)
@@ -597,7 +597,7 @@ int utcDaliTextEditorEvent02(void)
   application.SendNotification();
   application.Render();
 
-  // Check there are the expected number of children ( active layer, offscreen root actor, and the offscreen image actor
+  // Check there are the expected number of children ( active layer, offscreen root actor, and the offscreen image view
   DALI_TEST_EQUALS( editor.GetChildCount(), 3u, TEST_LOCATION );
 
   Actor layer = editor.GetChildAt( 0u );