[Tizen] Revert "Support multiple window rendering"
[platform/core/uifw/dali-core.git] / automated-tests / src / dali / utc-Dali-Stage.cpp
index a3fb8f2..954957f 100755 (executable)
@@ -591,8 +591,7 @@ int UtcDaliStageGetDpiP2(void)
   TestApplication application; // Initializes core DPI to default values
 
   // Test that setting core DPI explicitly also sets up the Stage's DPI.
-  Dali::Integration::Scene scene = application.GetScene();
-  scene.SetDpi( Vector2(200.0f, 180.0f) );
+  application.GetCore().SetDpi( 200, 180 );
 
   Stage stage = Stage::GetCurrent();
   Vector2 dpi = stage.GetDpi();