Modifed mesh-renderer to use new texture API
[platform/core/uifw/dali-toolkit.git] / automated-tests / src / dali-toolkit / utc-Dali-TextField.cpp
index 22bc525..1bcbe2b 100644 (file)
@@ -707,7 +707,7 @@ int utcDaliTextFieldEvent02(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( field.GetChildCount(), 3u, TEST_LOCATION );
 
   Actor layer = field.GetChildAt( 0u );