Revert "[Tizen] Fix TC code conflict"
authorhuiyu.eun <huiyu.eun@samsung.com>
Wed, 25 Sep 2019 05:12:51 +0000 (14:12 +0900)
committerhuiyu.eun <huiyu.eun@samsung.com>
Wed, 25 Sep 2019 05:12:51 +0000 (14:12 +0900)
This reverts commit 75552e8d3b4e8db822723d0c177afe1becc4b4cc.

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();