(ImageLoader) Added synchronous method to get closest image size
[platform/core/uifw/dali-core.git] / automated-tests / dali-test-suite / images / utc-Dali-Image.cpp
index 4576cfe..0053f5c 100644 (file)
@@ -754,7 +754,7 @@ static void UtcDaliImageGetImageSize()
 
   Vector2 size = Image::GetImageSize(gTestImageFilename);
 
-  DALI_TEST_CHECK( application.GetPlatform().WasCalled(TestPlatformAbstraction::LoadImageMetadataFunc) );
+  DALI_TEST_CHECK( application.GetPlatform().GetTrace().FindMethod("GetClosestImageSize"));
   DALI_TEST_EQUALS( size, testSize, TEST_LOCATION);
 }