[Non-ACR][NUI][Fix FHUB TCT fail issue] 54/225254/1
authorDongsug Song <dongsug.song@samsung.com>
Tue, 18 Feb 2020 10:19:03 +0000 (19:19 +0900)
committerDongsug Song <dongsug.song@samsung.com>
Tue, 18 Feb 2020 10:20:01 +0000 (19:20 +0900)
Change-Id: Id77228c7c88ee9b26235ef3660e0a629f6de40c7
Signed-off-by: Dongsug Song <dongsug.song@samsung.com>
tct-suite-vs/Tizen.NUI.Components.Tests/testcase/TSTab.cs

index a772af6..fb0b489 100755 (executable)
@@ -355,7 +355,6 @@ namespace Tizen.NUI.Components.Tests
             {
                 Size2D = new Size2D(700, 108),
                 Position2D = new Position2D(100, 300),
-                BackgroundColor = new Color(1.0f, 1.0f, 1.0f, 0.5f),
                 UseTextNaturalSize = true,
                 ItemSpace = 40,
                 Space = new Extents(56, 56, 1, 0),
@@ -474,7 +473,6 @@ namespace Tizen.NUI.Components.Tests
                     PositionUsesPivotPoint = true,
                     ParentOrigin = Tizen.NUI.ParentOrigin.BottomLeft,
                     PivotPoint = Tizen.NUI.PivotPoint.BottomLeft,
-                    BackgroundColor = new ColorSelector { All = Color.Blue },
                 },
                 Text = new TextLabelStyle
                 {