(Automated Tests) Fix compilation error in tests caused by 07e964a "CORNER_RADIUS_POL... 37/238837/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 17 Jul 2020 17:17:31 +0000 (18:17 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 17 Jul 2020 17:17:31 +0000 (18:17 +0100)
Change-Id: I188713d290d9d83c1589516a7dc950b9b7e7f4ec

automated-tests/src/dali-toolkit/utc-Dali-Visual.cpp

index 2700710..366564d 100644 (file)
@@ -3648,7 +3648,7 @@ int UtcDaliVisualRoundedCorner(void)
 
     dummy.SetProperty( Actor::Property::SIZE, Vector2( 200.f, 200.f ) );
     dummy.SetProperty( Actor::Property::PARENT_ORIGIN, ParentOrigin::CENTER );
-    Stage::GetCurrent().Add( dummy );
+    application.GetScene().Add( dummy );
 
     application.SendNotification();
     application.Render();
@@ -3680,7 +3680,7 @@ int UtcDaliVisualRoundedCorner(void)
 
     dummy.SetProperty( Actor::Property::SIZE, Vector2( 200.f, 200.f ) );
     dummy.SetProperty( Actor::Property::PARENT_ORIGIN, ParentOrigin::CENTER );
-    Stage::GetCurrent().Add( dummy );
+    application.GetScene().Add( dummy );
 
     application.SendNotification();
     application.Render();