X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali-toolkit%2Futc-Dali-TextEditor.cpp;h=a361701f47e87d6d9d4c005df487fb58c64fc641;hp=b1cc593e03f8debfc282a4af659e74b93ba56ad9;hb=42492df08f8a079da70931292aebb56e1252641d;hpb=dda9d7ca30d6f5c42759647df03a13e52c76228a diff --git a/automated-tests/src/dali-toolkit/utc-Dali-TextEditor.cpp b/automated-tests/src/dali-toolkit/utc-Dali-TextEditor.cpp index b1cc593..a361701 100644 --- a/automated-tests/src/dali-toolkit/utc-Dali-TextEditor.cpp +++ b/automated-tests/src/dali-toolkit/utc-Dali-TextEditor.cpp @@ -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 );