[XamarinForms][Non-ACR] Fix BackgroundColor of Orientation_StackLayout_UIBH 69/179669/2
authorSeungkeun Lee <sngn.lee@samsung.com>
Mon, 21 May 2018 05:52:49 +0000 (14:52 +0900)
committerSunghyun Min <shyun.min@samsung.com>
Mon, 21 May 2018 10:18:11 +0000 (10:18 +0000)
Change-Id: Iee2cf20179e4afbb80b7ef65caba06cbb1848ad9

tct-suite-vs/Tizen.XamarinForms.Manual.Tests/testcase/TSStackLayout.cs

index d002a0d..6c39595 100644 (file)
@@ -251,7 +251,7 @@ namespace Xamarin.Forms.Core.UnitTests
                     }
                 },
                 Title = "Test: Source",
-                BackgroundColor = Color.White
+                BackgroundColor = Color.Blue
             };
             _testPage.ExecuteTC(page);
             await ManualTest.WaitForConfirm();
@@ -825,4 +825,4 @@ namespace Xamarin.Forms.Core.UnitTests
             await ManualTest.WaitForConfirm();
         }
     }
-}
\ No newline at end of file
+}