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-SuperBlurView.cpp;h=e0b5c9c83a905d75273f2b9ea412f720da226503;hp=97592d708b31e945e9ff3ded90e85bbda81f5252;hb=42492df08f8a079da70931292aebb56e1252641d;hpb=3565c3403281ce790f483a804e96d3a3b1e2a4d8 diff --git a/automated-tests/src/dali-toolkit/utc-Dali-SuperBlurView.cpp b/automated-tests/src/dali-toolkit/utc-Dali-SuperBlurView.cpp index 97592d7..e0b5c9c 100644 --- a/automated-tests/src/dali-toolkit/utc-Dali-SuperBlurView.cpp +++ b/automated-tests/src/dali-toolkit/utc-Dali-SuperBlurView.cpp @@ -153,7 +153,7 @@ int UtcDaliSuperBlurViewSetImage(void) // start multiple guassian blur call, each guassian blur creates two render tasks DALI_TEST_CHECK( Stage::GetCurrent().GetRenderTaskList().GetTaskCount() == 1+BLUR_LEVELS*2); - // create image actors for the original image and each blurred image + // create image renderers for the original image and each blurred image Stage::GetCurrent().Add( blurView ); Wait(application); DALI_TEST_EQUALS(blurView.GetRendererCount(), BLUR_LEVELS+1, TEST_LOCATION );