Revert "[Tizen] Fix TC code conflict"
authorJoogab Yun <joogab.yun@samsung.com>
Mon, 2 Sep 2019 06:56:05 +0000 (15:56 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Mon, 2 Sep 2019 06:56:05 +0000 (15:56 +0900)
This reverts commit 687297e3c642c9056587a57a5fa853085ed12623.

automated-tests/src/dali/utc-Dali-Scene.cpp

index 11d55a6..e393366 100644 (file)
@@ -1130,8 +1130,11 @@ int UtcDaliSceneSurfaceResizedAdditionalScene(void)
   Vector2 originalSurfaceSize( 500.0f, 1000.0f );
 
   TestRenderSurface surface( PositionSize( 0.0f, 0.0f, originalSurfaceSize.width, originalSurfaceSize.height ) );
-
+<<<<<<< HEAD
   auto scene = Integration::Scene::New( surface );
+=======
+  scene.SetSurface( surface, false );
+>>>>>>> e6df4fb... Support Client and Screen Rotation
 
   // Ensure stage size does NOT match the surface size
   auto stage = Stage::GetCurrent();